Run tox at top level 57/45957/1
authorahothan <ahothan@cisco.com>
Sat, 16 Sep 2017 07:26:25 +0000 (00:26 -0700)
committerahothan <ahothan@cisco.com>
Fri, 20 Oct 2017 07:37:13 +0000 (00:37 -0700)
Change-Id: I3e72377554568020bd4730aaa4cfaf3294128a2e
Signed-off-by: ahothan <ahothan@cisco.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 3f08b99..3120ac1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,6 @@ setenv =
    VIRTUAL_ENV={envdir}
 deps = -r{toxinidir}/requirements.txt
        -r{toxinidir}/test-requirements.txt
-changedir=test
 commands = py.test -q -s --basetemp={envtmpdir} {posargs}
 
 [testenv:pep8]