diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-22 04:04:06 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-22 04:04:06 +0200 |
commit | bfacfb1f9c84a812e3a79befbd96f9570f9072aa (patch) | |
tree | 5e6ad69a2bad4f040707bfb244260fecf5138335 /tox.ini | |
parent | ab7583ae9dfc9b387b579db9639eab26daf2be26 (diff) |
Update test_vnf.py to support py3
Change-Id: I86dc83b1fc9205f7b8209d63e18439a7e05c646b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |