Skip to content

Commit

Permalink
travis file update
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Sep 25, 2012
1 parent fb14f0f commit f59f036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ python:
- "2.6"
- "2.7"
env:
- DJANGO="django>=1.3,<1.4"
- DJANGO="django>=1.4,<1.5"
- DJANGO=1.3
- DJANGO=1.4
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 argparse
- pip install pip install -q -r test_requirements/django-$DJANGO.txt --use-mirrors
script:
python runtests.py
notifications:
Expand Down

0 comments on commit f59f036

Please sign in to comment.