summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 5e34c30..c154d05 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py26, py27, py34, py35, py36, py37, pypy
[testenv]
deps =
- coverage
- nose
+ pytest
+ pytest-cov
commands =
- nosetests {posargs:--with-coverage --cover-package=paste}
+ py.test {posargs}