update django to 1.7.1 in .travis.yml

This commit is contained in:
elnappo 2014-10-28 17:47:28 +01:00
parent a3f7fe905d
commit a1cfc6a0b5

View File

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