Skip to content

Commit

Permalink
Travis: test with native Django 1.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Sep 28, 2014
1 parent 2fbb28c commit b876956
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 @@ -9,11 +9,11 @@ env:
- DJANGO="django==1.4.2"
- DJANGO="django==1.5.1"
- DJANGO="django==1.6.0"
- DJANGO="https://www.djangoproject.com/download/1.7c2/tarball/"
- DJANGO="django==1.7.0"
matrix:
exclude:
- python: "2.6"
env: DJANGO="https://www.djangoproject.com/download/1.7c2/tarball/"
env: DJANGO="django==1.7.0"
- python: "3.2"
env: DJANGO="django==1.4.2"
- python: "3.3"
Expand Down

0 comments on commit b876956

Please sign in to comment.