Skip to content

Commit

Permalink
Exclude non python 3 compatible django verison from the test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
xordoquy committed Jan 2, 2013
1 parent 1e6927b commit 92f1109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ script:
matrix:
exclude:
- python: "3.2"
env: DJANGO=django==1.4.2 --use-mirrors
env: DJANGO=django==1.4.3 --use-mirrors
- python: "3.2"
env: DJANGO=django==1.3.3 --use-mirrors
env: DJANGO=django==1.3.5 --use-mirrors

0 comments on commit 92f1109

Please sign in to comment.