Try custom tox install_command

This commit is contained in:
José Padilla 2015-03-14 12:16:41 -04:00
parent baba75f889
commit f30fe10251
2 changed files with 6 additions and 0 deletions

5
pip_install.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
echo "$@"
pip wheel "$@"
pip install --upgrade "$@"

View File

@ -6,6 +6,7 @@ envlist =
{py27,py32,py33,py34}-django{17,18beta}
[testenv]
install_command = ./pip_install.sh {opts} {packages}
commands = ./runtests.py --fast
setenv =
PYTHONDONTWRITEBYTECODE=1