Skip to content

Commit

Permalink
Updated django versions in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 25, 2014
1 parent c5bcb33 commit 060c61b
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 @@ -8,8 +8,8 @@ python:
- "2.7"

env:
- DJANGO="https://www.djangoproject.com/download/1.7c2/tarball/"
- DJANGO="django==1.6.5"
- DJANGO="https://www.djangoproject.com/download/1.7c3/tarball/"
- DJANGO="django==1.6.6"

branches:
only:
Expand Down

0 comments on commit 060c61b

Please sign in to comment.