summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2017-09-16 00:26:25 -0700
committerahothan <ahothan@cisco.com>2017-10-20 00:37:13 -0700
commit86832955f65bf9efdce512c35ff2e1074f45d370 (patch)
tree618fb15d69ff11051921d78f3df54dce1b88b02d
parenta304887b78e7d3d4786ecbe367c681d2f5d3926a (diff)
Run tox at top level
Change-Id: I3e72377554568020bd4730aaa4cfaf3294128a2e Signed-off-by: ahothan <ahothan@cisco.com>
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3f08b99..3120ac1 100644
--- 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]