aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 2 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index ea55068..f3488a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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