mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
"--use-mirrors" remove and pip upgrade
It is good to use newest version of pip. For example pip 7 install add to support to cache compiled-package and improved cache. ```--use-mirrors``` is deprecated. PyPI use CDN now, so it doesn't make sense.
This commit is contained in:
parent
d05b255cc2
commit
cbfe2b5c5a
1 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,8 @@ matrix:
|
||||||
- env: DJANGO=1.8.2
|
- env: DJANGO=1.8.2
|
||||||
python: '2.6'
|
python: '2.6'
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO --use-mirrors
|
- pip install pip wheel -u
|
||||||
- pip install -q -e . --use-mirrors
|
- pip install -q Django==$DJANGO
|
||||||
|
- pip install -q -e .
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue