X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=94063c293ae29a10c4b6d6eaf906f4b191bfde6f;hb=f9fc2c1df0c6293df3f7c5e413a8aab643a4177a;hp=69c2aa5c16ac1fed8dd42e99e5319253fe23846c;hpb=ec195ca9677022725b28d7e363ae47bebc512680;p=functest.git diff --git a/tox.ini b/tox.ini index 69c2aa5c1..94063c293 100644 --- a/tox.ini +++ b/tox.ini @@ -6,9 +6,8 @@ usedevelop = True deps = -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 \ + -c{toxinidir}/upper-constraints.txt \ -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata \ {opts} {packages} commands = nosetests --with-xunit \ @@ -31,6 +30,7 @@ commands = flake8 basepython = python2.7 whitelist_externals = bash modules = + functest.api functest.core functest.opnfv_tests.sdn.odl functest.tests.unit.core