summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 5 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 2c63c292..98aedc1a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,8 @@
[tox]
-envlist = py27, py35, py36, py37
+envlist = py27, py36, py37
+
[testenv]
deps =
- nose
- coverage
-commands = python -d tests/run.py {posargs}
+ pytest
+ pytest-cov
+commands = py.test {posargs}