diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,8 +1,5 @@ [testenv] -deps = pytest -commands = py.test {posargs} +commands = python setup.py test [testenv:flake8] -deps = flake8 -commands = flake8 {posargs} -skip_install = True +commands = python setup.py flake8 |