Skip to content

Commit

Permalink
trying to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jun 13, 2012
1 parent 85ab8a5 commit 2d783d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,8 @@ python:
- "2.6"
- "2.7"
env:
- DJANGO="'django>=1.3,<1.4'"
- DJANGO="'django>=1.4,<1.5'"
- DJANGO="django>=1.3,<1.4"
- DJANGO="django>=1.4,<1.5"
install:
- pip install -q $DJANGO django-mptt==0.5.1 django-reversion==1.6 django-classy-tags==0.3.4.1 django-sekizai==0.6.1 html5lib==0.95 jinja2==2.6 PIL==1.1.7 pygments==1.5 south==0.7.5 sphinx==1.1.3
script:
Expand Down

0 comments on commit 2d783d4

Please sign in to comment.