Skip to content

Commit

Permalink
fixed excluded django version, fix for previous commit changing versi…
Browse files Browse the repository at this point in the history
…on of django 1.7 in travis.
  • Loading branch information
dhedegaard committed Dec 5, 2015
1 parent 2799829 commit 821c167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
exclude:
# Django 1.7 is not supported on python 3.5.
- python: 3.5
env: DJANGO_VERSION=1.7.10
env: DJANGO_VERSION=1.7.11
- python: 3.3
env: DJANGO_VERSION=1.9

Expand Down

0 comments on commit 821c167

Please sign in to comment.