Allow python tests to avoid the network wrt virtualenv

This commit is contained in:
Anthony Sottile 2016-11-26 13:41:11 -08:00
parent afbb6c787b
commit 893e0a9d49

View file

@ -6,6 +6,7 @@ envlist = py27,py34,py35,pypy
[testenv]
deps = -rrequirements-dev.txt
passenv = HOME HOMEPATH PROGRAMDATA TERM
setenv = VIRTUALENV_NO_DOWNLOAD=1
commands =
coverage erase
coverage run -m pytest {posargs:tests}