From 221b750434656ce67386a561bc7cea5411fd492e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 6 Aug 2017 23:44:07 -0400 Subject: Blacklist pytest version which breaks things (#118) * Use setup.py to get dep info * Blacklist pytest version which breaks things * oops --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1