1
0
Fork 1
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:
Jonas Haag 2016-01-19 16:29:23 +01:00
parent 5bceda86e7
commit 36a5f25c32

View file

@ -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