Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbb6c7 commit 893e0a9Copy full SHA for 893e0a9
1 file changed
tox.ini
@@ -6,6 +6,7 @@ envlist = py27,py34,py35,pypy
6
[testenv]
7
deps = -rrequirements-dev.txt
8
passenv = HOME HOMEPATH PROGRAMDATA TERM
9
+setenv = VIRTUALENV_NO_DOWNLOAD=1
10
commands =
11
coverage erase
12
coverage run -m pytest {posargs:tests}
0 commit comments