Skip to content

Commit

Permalink
test on new Django release
Browse files Browse the repository at this point in the history
  • Loading branch information
joncotton committed Mar 10, 2015
1 parent 37ceb05 commit dff5bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ install:
- pip install .
- pip install coverage coveralls Django==$DJANGO_VERSION
env:
- DJANGO_VERSION=1.7.5
- DJANGO_VERSION=1.7.6
- DJANGO_VERSION=1.6.10
- DJANGO_VERSION=1.5.12
- DJANGO_VERSION=1.4.19
Expand All @@ -17,7 +17,7 @@ after_success: coveralls
matrix:
exclude:
- python: 2.6
env: DJANGO_VERSION=1.7.5
env: DJANGO_VERSION=1.7.6
notifications:
email: false
irc:
Expand Down

0 comments on commit dff5bdf

Please sign in to comment.