69b845cb16
This patch updates the config for tox/zuul by: - Switching the test running over to stestr like all other projects. - Adding local tox targets for pep8, py27 and py3; see [1]. - Removes the git install of neutron and sfc from the testenv tox target as those should be applied generically by the testenv target; zuul will handle them in the gate and testenv:dev locally. - Zuul.yaml is updated to properly define neutron and sfc as required projects so they are pulled into the gate. - Lower constraints job, tox target and constraints added. [1] https://etherpad.openstack.org/p/neutron-sibling-setup Change-Id: Ic840eb5b5b078252c6e69f2a94e3aba2e1f43cab
56 lines
472 B
Plaintext
56 lines
472 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
.stestr
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|