Skip to content

Commit

Permalink
Let Travis use latest Django 1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjkester committed Jan 23, 2016
1 parent 091dccf commit de355bc
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 @@ -5,7 +5,7 @@ python:
env:
- DJANGO_VERSION=1.7.*
- DJANGO_VERSION=1.8.*
- DJANGO_VERSION=1.9a1
- DJANGO_VERSION=1.9.*
install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"
Expand Down

0 comments on commit de355bc

Please sign in to comment.