summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-08-06 23:44:07 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-06 22:44:07 -0500
commit221b750434656ce67386a561bc7cea5411fd492e (patch)
tree04f39f87f2609482c48f0143ce13fff6c54bd5c8 /tox.ini
parentaa3f44dcab478084c83384ff377cf4bc66337d1f (diff)
downloadpy-bcrypt-git-221b750434656ce67386a561bc7cea5411fd492e.tar.gz
Blacklist pytest version which breaks things (#118)
* Use setup.py to get dep info * Blacklist pytest version which breaks things * oops
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