fix .travis.yml
This commit is contained in:
parent
329b6b5abf
commit
04b78f8072
@ -11,11 +11,11 @@ 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
|
|
||||||
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