Skip to content

Commit

Permalink
Add testing on django 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Apr 30, 2015
1 parent 403cdcb commit 19a903a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ python:

env:
- DJANGO='https://github.com/django/django/archive/master.tar.gz'
- DJANGO='django>=1.8.0,<1.9.0'
- DJANGO='django>=1.7.0,<1.8.0'
- DJANGO='django>=1.6.0,<1.7.0'
- DJANGO='django>=1.5.0,<1.6.0'
Expand Down Expand Up @@ -42,9 +43,7 @@ matrix:
- python: "2.6"
env: DJANGO='django>=1.7.0,<1.8.0'
- python: "2.6"
env: DJANGO='django>=1.7.0,<1.8.0'
- python: "2.6"
env: DJANGO='https://github.com/django/django/archive/master.tar.gz'
env: DJANGO='django>=1.8.0,<1.9.0'
- python: "2.6"
env: DJANGO='https://github.com/django/django/archive/master.tar.gz'
allow_failures:
Expand Down

0 comments on commit 19a903a

Please sign in to comment.