Environments are now installed to version-specific locations. Resolves #229

This commit is contained in:
Anthony Sottile 2015-05-16 19:16:23 -04:00
parent 154d918ff1
commit 45d4a195ef
9 changed files with 71 additions and 44 deletions

View file

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