Skip to content

Commit

Permalink
Fix travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed May 23, 2016
1 parent 3186973 commit 4d661c2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ script:
after_success:
- coveralls
env:
- DJANGO="Django==1.4.20"
- DJANGO="Django==1.5.12"
- DJANGO="Django==1.6.11"
- DJANGO="Django==1.7.8"
Expand All @@ -24,9 +23,6 @@ env:

matrix:
exclude:
# Django 1.4 doesn't support Python 3
# Django 1.9 doesn't support Python 3.3
- python: "3.3"
env: DJANGO="Django==1.4.20"
# Django 1.4 doesn't support Python 3
- python: "3.4"
env: DJANGO="Django==1.4.20"
env: DJANGO="Django==1.9.6"

0 comments on commit 4d661c2

Please sign in to comment.