Skip to content

Commit

Permalink
Update .travis.yml with Django 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Mar 23, 2018
1 parent 779a5e4 commit 4920dc4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,7 @@ python:
- "3.5"

env:
- DJANGO="2.0.3"
- DJANGO="1.9.6"
- DJANGO="1.8.13"

Expand All @@ -29,4 +30,10 @@ matrix:
env: DJANGO="1.9.6"
- python: "3.3"
env: DJANGO="1.9.6"

exclude:
- python: "2.7"
env: DJANGO="2.0.3"
- python: "3.2"
env: DJANGO="2.0.3"
- python: "3.3"
env: DJANGO="2.0.3"

0 comments on commit 4920dc4

Please sign in to comment.