Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 893e0a9

Browse files
committed
Allow python tests to avoid the network wrt virtualenv
1 parent afbb6c7 commit 893e0a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ envlist = py27,py34,py35,pypy
66
[testenv]
77
deps = -rrequirements-dev.txt
88
passenv = HOME HOMEPATH PROGRAMDATA TERM
9+
setenv = VIRTUALENV_NO_DOWNLOAD=1
910
commands =
1011
coverage erase
1112
coverage run -m pytest {posargs:tests}

0 commit comments

Comments
 (0)