diff options
author | Tomi Juvonen <tomi.juvonen@nokia.com> | 2017-09-05 12:07:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-05 12:07:27 +0000 |
commit | 7cbdc3b64449c729c39dd33e1785076b8a127d68 (patch) | |
tree | 7577633af85bddabc17e965633a556dcdb4b6f9a /tox.ini | |
parent | 1c1d3d1ddc21ae28deabef9f5f6e310d46fdf0ef (diff) | |
parent | 9ee9b136ebec5d21f5165acc5e4441c3e91a56dd (diff) |
Merge "Add doctor-test package"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -4,9 +4,12 @@ envlist = py34 skipsdist = True [testenv] -install_command = pip install -U {opts} {packages} +usedevelop = True +install_command = pip install \ + -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata \ + {opts} {packages} setenv = VIRTUAL_ENV={envdir} -deps = -r{toxinidir}/test-requirements.txt +deps = -r{toxinidir}/requirements.txt passenv = OS_AUTH_URL OS_USERNAME @@ -24,5 +27,4 @@ passenv = INSTALLER_IP PROFILER_TYPE changedir = {toxinidir}/tests -commands = python main.py - +commands = doctor-test |