This commit is contained in:
Anthony Sottile 2015-05-16 19:11:06 -07:00
parent a00c16b8a3
commit 2dda836789
1 changed files with 1 additions and 0 deletions

View File

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