X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=748241e797374c12c253b00166db106accefe077;hb=25759e0a0204765a7a9454d7586df66592e943c2;hp=e75a3741e2bdd86b3a2c7ffbd3b0534441c974b9;hpb=3e0300e8f9695348aa4564f87a23ac3c0cf737ff;p=doctor.git diff --git a/tox.ini b/tox.ini index e75a3741..748241e7 100644 --- a/tox.ini +++ b/tox.ini @@ -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 @@ -20,6 +23,8 @@ passenv = PROFILER_TYPE PYTHON_ENABLE CI_DEBUG -changedir = {toxinidir}/tests -commands = python main.py - + INSTALLER_TYPE + INSTALLER_IP + PROFILER_TYPE +changedir = {toxinidir}/doctor_tests +commands = doctor-test