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:
parent
cbfe2b5c5a
commit
c949db130e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue