summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorvalentin boucher <valentin.boucher@orange.com>2017-05-22 16:28:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-22 16:28:47 +0000
commita32ee348efa6d5858cef97294a94d85bce63d456 (patch)
treebe6ac8777cf6de3bc0fefd5de5cefbcfffb8b7c1 /tox.ini
parent54be27caf1ec50c0b76409b009d3dbcb894f0aca (diff)
parentbfacfb1f9c84a812e3a79befbd96f9570f9072aa (diff)
Merge "Update test_vnf.py to support py3"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index efaa8d6b6..bde3a9757 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,4 +40,4 @@ dirs =
deps =
-r{toxinidir}/requirements.py3.txt
-r{toxinidir}/test-requirements.txt
-commands = nosetests --exclude=test_vnf {[testenv:py35]dirs}
+commands = nosetests {[testenv:py35]dirs}