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

Exclude Django 1.4.14 with Python 3k.

This commit is contained in:
Adam Coddington 2014-09-01 13:07:39 -07:00
parent 906011416d
commit ee91ad7d28

View file

@ -7,6 +7,10 @@ env:
- DJANGO=1.4.14
- DJANGO=1.5.9
- DJANGO=1.6.6
matrix:
exclude:
- env: DJANGO=1.4.14
python: "3.3"
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q -e . --use-mirrors