fix .travis.yml, remove almost duplicate py 2.7 / django 1.6.1 run

This commit is contained in:
Thomas Waldmann 2013-12-13 05:10:41 +01:00
parent e8ab547a37
commit 273c884658

View File

@ -15,6 +15,9 @@ env:
- DJANGO=1.5.5 - DJANGO=1.5.5
- DJANGO=1.6.1 - DJANGO=1.6.1
matrix: matrix:
exclude:
- python: "2.7"
env: DJANGO=1.6.1
include: include:
- python: "2.7" - python: "2.7"
env: DJANGO=1.6.1 COVERAGE="coverage run -m" TEST_K="" TEST_OPTS="--pep8" env: DJANGO=1.6.1 COVERAGE="coverage run -m" TEST_K="" TEST_OPTS="--pep8"