fix .travis.yml

This commit is contained in:
Thomas Waldmann 2013-12-13 04:14:06 +01:00
parent 329b6b5abf
commit 04b78f8072

View File

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