fix .travis.yml, again

This commit is contained in:
Thomas Waldmann 2013-12-13 04:20:57 +01:00
parent 04b78f8072
commit 40aee47119

View File

@ -10,12 +10,13 @@ env:
- DNS_UPDATE_TIMEOUT=30.0 - DNS_UPDATE_TIMEOUT=30.0
- TEST_OPTS="-k 'not dnstools and not ddns_client'" - TEST_OPTS="-k 'not dnstools and not ddns_client'"
- COVERAGE="" - COVERAGE=""
matrix:
- DJANGO=1.5.5
- DJANGO=1.6.1
matrix: matrix:
include: include:
- python: "2.7" - python: "2.7"
env: DJANGO=1.6.1 COVERAGE="coverage run -m" TEST_OPTS="--pep8" env: DJANGO=1.6.1 COVERAGE="coverage run -m" TEST_OPTS="--pep8"
- DJANGO=1.5.5
- DJANGO=1.6.1
install: install:
- "pip install --use-mirrors Django==$DJANGO" - "pip install --use-mirrors Django==$DJANGO"
- "pip install --use-mirrors -e ." - "pip install --use-mirrors -e ."