Fix to tox.ini so that pip.exe doesn't try to overwrite itself on Windows

This commit is contained in:
Paul Moore 2014-10-17 14:51:54 +01:00
parent f69851e180
commit e38e427e41
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ deps =
https://github.com/pypa/virtualenv/archive/develop.zip#egg=virtualenv
commands =
py.test --timeout 300 []
install_command =
python -m pip install --pre {opts} {packages}
[testenv:docs]
deps = sphinx