summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTomi Juvonen <tomi.juvonen@nokia.com>2017-09-05 12:07:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-05 12:07:27 +0000
commit7cbdc3b64449c729c39dd33e1785076b8a127d68 (patch)
tree7577633af85bddabc17e965633a556dcdb4b6f9a /tox.ini
parent1c1d3d1ddc21ae28deabef9f5f6e310d46fdf0ef (diff)
parent9ee9b136ebec5d21f5165acc5e4441c3e91a56dd (diff)
Merge "Add doctor-test package"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 6 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index d4babeb8..c8cebe8b 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
@@ -24,5 +27,4 @@ passenv =
INSTALLER_IP
PROFILER_TYPE
changedir = {toxinidir}/tests
-commands = python main.py
-
+commands = doctor-test