mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 13:30:12 +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 "$@"
|
Loading…
Reference in New Issue
Block a user