Skip to content

Commit

Permalink
Updating travis build script to newer django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Oct 25, 2014
1 parent 91691f8 commit 7894f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ python:
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.5.8
- DJANGO_VERSION=1.6.5
- DJANGO_VERSION=1.6.8
- DJANGO_VERSION=1.7.1
install:
- pip install -q Django==$DJANGO_VERSION
- pip install .
Expand Down

0 comments on commit 7894f6e

Please sign in to comment.