fix .travis.yml, again
This commit is contained in:
parent
04b78f8072
commit
40aee47119
@ -10,12 +10,13 @@ env:
|
||||
- DNS_UPDATE_TIMEOUT=30.0
|
||||
- TEST_OPTS="-k 'not dnstools and not ddns_client'"
|
||||
- COVERAGE=""
|
||||
matrix:
|
||||
- DJANGO=1.5.5
|
||||
- DJANGO=1.6.1
|
||||
matrix:
|
||||
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 ."
|
||||
|
Loading…
x
Reference in New Issue
Block a user