1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

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 - env: DJANGO=1.8.2
python: '2.6' python: '2.6'
install: install:
- pip install pip wheel -u - pip install -U pip wheel
- pip install -q Django==$DJANGO - pip install -q Django==$DJANGO
- pip install -q -e . - pip install -q -e .
script: script: