This commit is contained in:
Martin Kopec 2016-08-26 16:52:54 +02:00
parent 6c8c2b3208
commit 025a025033
3 changed files with 8 additions and 16 deletions

12
.gitignore vendored
View File

@ -1,7 +1,5 @@
*.py[cod]
# C extensions
*.so
*.pyc
# Packages
*.egg*
@ -30,18 +28,10 @@ nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
host=review.gerrithub.io
port=29418
project=openstack/tempest_config_tool.git

View File

@ -5,10 +5,12 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8]
@ -21,7 +23,7 @@ commands = {posargs}
commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
commands = python setup.py build_sphinx {posargs}
[testenv:releasenotes]
commands =