summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 6417ccd..e49cc17 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,10 +2,10 @@
envlist = py26,py27,pypy,py33,py34,py35,py36,pep8,py3pep8,packaging
[testenv]
-# If you add a new dep here you probably need to add it in setup.py as well
+extras =
+ tests
deps =
coverage
- pytest
commands =
coverage run -m pytest --strict {posargs}
coverage report -m --fail-under 100