summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-12 00:55:00 +0000
committerGerrit Code Review <review@openstack.org>2016-08-12 00:55:00 +0000
commit05ffd1ceb84b91f0c972bd94266e58cb551ef4e2 (patch)
tree1cbeba01b17a9eb9d99a29648c91030286db682f
parentd39ce741755a77551435e87031874bd640123cf2 (diff)
parent521b6e7dffa225957249a01f45d15c5d52658f3d (diff)
downloadglance_store-05ffd1ceb84b91f0c972bd94266e58cb551ef4e2.tar.gz
Merge "Use constraints for all tox environments"
-rw-r--r--tox.ini9
1 files changed, 0 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 316bf89..1cb46e5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,9 +17,6 @@ commands = ostestr --slowest {posargs}
commands = python setup.py build_sphinx
[testenv:releasenotes]
-# NOTE(nikhil): this target does not use constraints because upstream infra
-# does not yet support it. Once that's fixed, we can drop the install_command.
-install_command = pip install --allow-all-external --allow-insecure netaddr -U {opts} {packages}
commands = sphinx-build -a -E -W -d releasenotes/build/.doctrees -b html releasenotes/source releasenotes/build/html
[testenv:pep8]
@@ -42,16 +39,10 @@ commands =
commands = bandit -r glance_store -x tests --skip B101,B110,B303
[testenv:cover]
-# NOTE(nikhil): this target does not use constraints because upstream infra
-# does not yet support it. Once that's fixed, we can drop the install_command.
-install_command = pip install --allow-all-external --allow-insecure netaddr -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
commands = python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).*$'
[testenv:venv]
-# NOTE(nikhil): this target does not use constraints because upstream infra
-# does not yet support it. Once that's fixed, we can drop the install_command.
-install_command = pip install --allow-all-external --allow-insecure netaddr -U {opts} {packages}
commands = {posargs}
[testenv:functional-swift]