1
0
Fork 0

Fix pip update command

This commit is contained in:
Adam Dobrawy 2015-08-14 16:57:20 +02:00
parent cbfe2b5c5a
commit c949db130e

View file

@ -27,7 +27,7 @@ matrix:
- env: DJANGO=1.8.2
python: '2.6'
install:
- pip install pip wheel -u
- pip install -U pip wheel
- pip install -q Django==$DJANGO
- pip install -q -e .
script: