mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Silence pip warning
This commit is contained in:
parent
5bceda86e7
commit
36a5f25c32
1 changed files with 4 additions and 2 deletions
|
|
@ -26,6 +26,8 @@ matrix:
|
|||
python: '3.5'
|
||||
- env: DJANGO='>=1.7,<1.8'
|
||||
python: '2.6'
|
||||
- env: DJANGO='>=1.7,<1.8'
|
||||
python: '3.5'
|
||||
- env: DJANGO='>=1.8,<1.9'
|
||||
python: '2.6'
|
||||
- env: DJANGO='>=1.9,<1.10'
|
||||
|
|
@ -35,7 +37,7 @@ matrix:
|
|||
- env: DJANGO='>=1.9,<1.10'
|
||||
python: '3.4'
|
||||
install:
|
||||
- pip install -q Django$DJANGO --use-mirrors
|
||||
- pip install -q -e . --use-mirrors
|
||||
- pip install -q Django$DJANGO
|
||||
- pip install -q -e .
|
||||
script:
|
||||
- python setup.py test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue