Use a tarball because it's faster than cloning a repository

This commit is contained in:
Donald Stufft 2014-04-26 00:19:48 -04:00
parent 4c028186ac
commit ea8d16d7f4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ deps =
pytest-xdist
mock
scripttest>=1.3
git+https://github.com/pypa/virtualenv@develop#egg=virtualenv
https://github.com/pypa/virtualenv/archive/develop.zip#egg=virtualenv
commands =
py.test -n 8 []