mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 22:04:48 +03:00
Try custom tox install_command
This commit is contained in:
parent
baba75f889
commit
f30fe10251
5
pip_install.sh
Executable file
5
pip_install.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "$@"
|
||||||
|
pip wheel "$@"
|
||||||
|
pip install --upgrade "$@"
|
1
tox.ini
1
tox.ini
|
@ -6,6 +6,7 @@ envlist =
|
||||||
{py27,py32,py33,py34}-django{17,18beta}
|
{py27,py32,py33,py34}-django{17,18beta}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
install_command = ./pip_install.sh {opts} {packages}
|
||||||
commands = ./runtests.py --fast
|
commands = ./runtests.py --fast
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user