Test travis config to allow failures for django master

This commit is contained in:
arthur 2016-05-22 14:52:05 +02:00
parent 4bcc02f735
commit 7d2f5b1251

View file

@ -15,6 +15,13 @@ matrix:
env: DJANGO=1.9
- python: "3.3"
env: DJANGO=master
allow_failures:
- python: "2.7"
env: DJANGO=master
- python: "3.4"
env: DJANGO=master
- python: "3.5"
env: DJANGO=master
install:
- pip install tox
script: