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 16, 2015
1 parent f29cd08 commit 1d2cf79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -7,17 +7,17 @@ install:
- pip install .
- pip install coverage coveralls Django==$DJANGO_VERSION
env:
- DJANGO_VERSION=1.7.2
- DJANGO_VERSION=1.6.9
- DJANGO_VERSION=1.7.3
- DJANGO_VERSION=1.6.10
- DJANGO_VERSION=1.5.12
- DJANGO_VERSION=1.4.17
- DJANGO_VERSION=1.4.18
- 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.2
env: DJANGO_VERSION=1.7.3
notifications:
email: false
irc:
Expand Down

0 comments on commit 1d2cf79

Please sign in to comment.