Test against Django 1.10 (#29)

This commit is contained in:
Jannis Gebauer
2016-08-03 21:27:38 +02:00
committed by Mike Edmunds
parent e1f5ff3970
commit 80ea04f8f1

View File

@@ -19,11 +19,11 @@ matrix:
- { env: DJANGO=django==1.9, python: 3.4 }
- { env: DJANGO=django==1.9 RUN_LIVE_TESTS=true, python: 3.5 }
- { env: DJANGO=django==1.9, python: pypy }
# Django 1.10 (prerelease): Python 2.7, 3.4, 3.5
- { env: DJANGO="--pre django", python: 2.7 }
- { env: DJANGO="--pre django", python: 3.4 }
- { env: DJANGO="--pre django", python: 3.5 }
- { env: DJANGO="--pre django", python: pypy }
# Django 1.10: Python 2.7, 3.4, 3.5
- { env: DJANGO=django==1.10, python: 2.7 }
- { 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 }
cache:
directories:
- $HOME/.cache/pip