Skip to content

Commit

Permalink
fix .travis.yml, again
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Dec 13, 2013
1 parent 04b78f8 commit 40aee47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ env:
- TEST_OPTS="-k 'not dnstools and not ddns_client'"
- COVERAGE=""
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
matrix:
include:
- python: "2.7"
env: DJANGO=1.6.1 COVERAGE="coverage run -m" TEST_OPTS="--pep8"
install:
- "pip install --use-mirrors Django==$DJANGO"
- "pip install --use-mirrors -e ."
Expand Down

0 comments on commit 40aee47

Please sign in to comment.