Skip to content

Commit

Permalink
update travis.yml for 1.5rc2 and 1.4.4 bugfix versions of Django
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryptic committed Feb 19, 2013
1 parent c3d51c1 commit 3b3f12e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ python:
- "3.3"

env:
- DJANGO=https://www.djangoproject.com/download/1.5c1/tarball/
- DJANGO=django==1.4.3 --use-mirrors
- DJANGO=https://www.djangoproject.com/download/1.5c2/tarball/
- DJANGO=django==1.4.4 --use-mirrors

install:
- pip install $DJANGO
Expand All @@ -23,6 +23,6 @@ notifications:
matrix:
exclude:
- python: "3.2"
env: DJANGO=django==1.4.3 --use-mirrors
env: DJANGO=django==1.4.4 --use-mirrors
- python: "3.3"
env: DJANGO=django==1.4.3 --use-mirrors
env: DJANGO=django==1.4.4 --use-mirrors

0 comments on commit 3b3f12e

Please sign in to comment.