Tests: fix .travis.yml for Django 1.11a

This commit is contained in:
medmunds
2017-01-19 15:02:08 -08:00
parent 0eab2172d2
commit 12660d3d4f

View File

@@ -24,8 +24,6 @@ matrix:
- { env: DJANGO=django==1.10, python: 3.4 }
- { env: DJANGO=django==1.10 RUN_LIVE_TESTS=true, python: 3.5 }
- { env: DJANGO=django==1.10, python: pypy }
allow_failures:
# Django 1.11 (prerelease): Python 2.7, 3.4, 3.5, or 3.6
- { env: DJANGO="--pre django", python: 2.7 }
- { env: DJANGO="--pre django", python: 3.4 }
@@ -33,6 +31,9 @@ matrix:
- { env: DJANGO="--pre django", python: 3.6 }
- { env: DJANGO="--pre django", python: pypy }
allow_failures:
- python: 3.6
cache:
directories:
- $HOME/.cache/pip