use latest django 1.5 and 1.6 releases

This commit is contained in:
Thomas Waldmann 2014-09-03 13:39:32 +02:00
parent 6554f9f1bf
commit 9afe19b73d

View File

@ -14,15 +14,15 @@ env:
- TEST_OPTS=""
- COVERAGE=""
matrix:
- DJANGO=1.5.9
- DJANGO=1.6.6
- DJANGO=1.5.10
- DJANGO=1.6.7
matrix:
exclude:
- python: "2.7"
env: DJANGO=1.6.6
env: DJANGO=1.6.7
include:
- python: "2.7"
env: DJANGO=1.6.6 COVERAGE="coverage run -m" TEST_K="" TEST_OPTS="--pep8"
env: DJANGO=1.6.7 COVERAGE="coverage run -m" TEST_K="" TEST_OPTS="--pep8"
install:
- "pip install --use-mirrors Django==$DJANGO"
- "pip install --use-mirrors -r requirements.d/travis.txt"