From bfacfb1f9c84a812e3a79befbd96f9570f9072aa Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 22 May 2017 04:04:06 +0200 Subject: Update test_vnf.py to support py3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I86dc83b1fc9205f7b8209d63e18439a7e05c646b Signed-off-by: Cédric Ollivier --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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} -- cgit 1.2.3-korg