Skip to content

Commit

Permalink
Run tests on django 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam DePue authored and jwhitlock committed Apr 8, 2015
1 parent 117e389 commit c1bc29c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ env:
- DJANGO="Django>=1.4,<1.5"
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.8,<1.9"
matrix:
exclude:
- python: "3.2"
Expand All @@ -19,6 +20,8 @@ matrix:
env: DJANGO="Django>=1.4,<1.5"
- python: "2.6"
env: DJANGO="Django>=1.7,<1.8"
- python: "2.6"
env: DJANGO="Django>=1.8,<1.9"
install:
- if [ $DJANGO = 'Django>=1.4,<1.5' -o $DJANGO = 'Django>=1.6,<1.7' ]; then pip install south; fi
- pip install "$DJANGO"
Expand Down

0 comments on commit c1bc29c

Please sign in to comment.