diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-29 13:02:37 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-29 13:02:37 +0000 |
commit | ea7dbb8834f792369bc2d0d9d01dbfeb6c057843 (patch) | |
tree | 214b5397e363ca6f56cbcfcda34f559e9ecbc44b | |
parent | 7a3de8cd13da7b2358db2ad9a078a60f12d7b631 (diff) | |
parent | a53ba82b413b0e46267f9d15b1ac0231b43d7b8a (diff) | |
download | designate-ea7dbb8834f792369bc2d0d9d01dbfeb6c057843.tar.gz |
Merge "Use upper constraints for all jobs in tox.ini" into stable/mitaka
-rw-r--r-- | tox.ini | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -26,10 +26,6 @@ commands = commands = python setup.py build_sphinx -E [testenv:cover] -# NOTE(kiall): 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 {opts} {packages} commands = python setup.py testr --coverage --testr-args='{posargs}' [testenv:bandit] @@ -86,17 +82,9 @@ passenv = TEMPEST_CONFIG OS_DEBUG [testenv:releasenotes] -# NOTE(kiall): 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 {opts} {packages} commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [testenv:venv] -# NOTE(kiall): 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 {opts} {packages} commands = {posargs} [flake8] |