Skip to content

Commit

Permalink
Fix Django 1.11 Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jjkester committed Feb 16, 2017
1 parent 1fb6475 commit 4f5a889
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 @@ -6,7 +6,7 @@ env:
- DJANGO_VERSION=1.8.*
- DJANGO_VERSION=1.9.*
- DJANGO_VERSION=1.10.*
- DJANGO_VERSION=1.11*
- DJANGO_VERSION=1.11a1
install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"
Expand Down

0 comments on commit 4f5a889

Please sign in to comment.