Skip to content

Commit

Permalink
travis: exclude incompatible django+python combinations from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
senko committed Dec 9, 2016
1 parent 1dd402a commit 47c1b00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ matrix:
env: DJANGO=1.9
- python: 2.6
env: DJANGO=1.10
- python: 3.3
env: DJANGO=1.9
- python: 3.3
env: DJANGO=1.10
- python: 3.5
env: DJANGO=1.5.12
- python: 3.5
env: DJANGO=1.6.11
- python: 3.5
env: DJANGO=1.7.7
install: pip install -q Django==$DJANGO six coveralls
script: python setup.py coverage
after_success: cd testproject && coveralls

0 comments on commit 47c1b00

Please sign in to comment.