X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=9acfffe4c7889cf2429428304b6487f701f212d6;hb=71ba783c1279370af035ff7cac2de7522e95de78;hp=69c2aa5c16ac1fed8dd42e99e5319253fe23846c;hpb=f524d0ab4bb36488a7fe68420f8de89b5a15d664;p=functest-xtesting.git diff --git a/tox.ini b/tox.ini index 69c2aa5c..9acfffe4 100644 --- a/tox.ini +++ b/tox.ini @@ -4,13 +4,11 @@ envlist = docs,pep8,pylint,py35,py27,perm [testenv] usedevelop = True deps = + -c{toxinidir}/upper-constraints.txt + -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - git+https://gerrit.opnfv.org/gerrit/releng#egg=opnfv&subdirectory=modules - git+https://gerrit.opnfv.org/gerrit/snaps#egg=snaps -install_command = pip install \ - -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata \ - {opts} {packages} +install_command = pip install {opts} {packages} commands = nosetests --with-xunit \ --with-coverage \ --cover-tests \ @@ -31,6 +29,7 @@ commands = flake8 basepython = python2.7 whitelist_externals = bash modules = + functest.api functest.core functest.opnfv_tests.sdn.odl functest.tests.unit.core