use latest django 1.5 and 1.6 releases
This commit is contained in:
parent
6554f9f1bf
commit
9afe19b73d
@ -14,15 +14,15 @@ env:
|
|||||||
- TEST_OPTS=""
|
- TEST_OPTS=""
|
||||||
- COVERAGE=""
|
- COVERAGE=""
|
||||||
matrix:
|
matrix:
|
||||||
- DJANGO=1.5.9
|
- DJANGO=1.5.10
|
||||||
- DJANGO=1.6.6
|
- DJANGO=1.6.7
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: DJANGO=1.6.6
|
env: DJANGO=1.6.7
|
||||||
include:
|
include:
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: DJANGO=1.6.6 COVERAGE="coverage run -m" TEST_K="" TEST_OPTS="--pep8"
|
env: DJANGO=1.6.7 COVERAGE="coverage run -m" TEST_K="" TEST_OPTS="--pep8"
|
||||||
install:
|
install:
|
||||||
- "pip install --use-mirrors Django==$DJANGO"
|
- "pip install --use-mirrors Django==$DJANGO"
|
||||||
- "pip install --use-mirrors -r requirements.d/travis.txt"
|
- "pip install --use-mirrors -r requirements.d/travis.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user