diff options
author | ahothan <ahothan@cisco.com> | 2017-09-16 00:26:25 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2017-09-16 00:26:25 -0700 |
commit | e574290197fdec7b85dc789a41bc8f5c6c28f52a (patch) | |
tree | 618fb15d69ff11051921d78f3df54dce1b88b02d | |
parent | e2bf4ed6d951fe9d65b6bf8af8f8dca60ed173c9 (diff) |
Run tox at top level
Change-Id: I3e72377554568020bd4730aaa4cfaf3294128a2e
Signed-off-by: ahothan <ahothan@cisco.com>
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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] |