This commit is contained in:
Anthony Sottile 2015-05-16 19:11:06 -07:00
parent a00c16b8a3
commit 2dda836789

View file

@ -6,6 +6,7 @@ envlist = py26,py27,py33,py34,pypy,pypy3
[testenv] [testenv]
install_command = pip install --use-wheel {opts} {packages} install_command = pip install --use-wheel {opts} {packages}
deps = -rrequirements-dev.txt deps = -rrequirements-dev.txt
passenv = HOME HOMEPATH LANG
commands = commands =
coverage erase coverage erase
coverage run -m pytest {posargs:tests} coverage run -m pytest {posargs:tests}