Skip to content

Commit

Permalink
test on new Django releases
Browse files Browse the repository at this point in the history
  • Loading branch information
joncotton committed Jan 29, 2015
1 parent 1d2cf79 commit aaf1657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -7,17 +7,17 @@ install:
- pip install .
- pip install coverage coveralls Django==$DJANGO_VERSION
env:
- DJANGO_VERSION=1.7.3
- DJANGO_VERSION=1.7.4
- DJANGO_VERSION=1.6.10
- DJANGO_VERSION=1.5.12
- DJANGO_VERSION=1.4.18
- DJANGO_VERSION=1.4.19
- DJANGO_VERSION=1.3.7
script: coverage run -m armstrong.dev.dev_django test
after_success: coveralls
matrix:
exclude:
- python: 2.6
env: DJANGO_VERSION=1.7.3
env: DJANGO_VERSION=1.7.4
notifications:
email: false
irc:
Expand Down

0 comments on commit aaf1657

Please sign in to comment.