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