Skip to content

Commit

Permalink
travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Sep 25, 2012
1 parent 2705a1f commit d97060d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -4,10 +4,10 @@ python:
- "2.6"
- "2.7"
env:
- DJANGO=1.3
- DJANGO=1.4
- DJANGO=test_requirements/django-1.3.txt
- DJANGO=test_requirements/django-1.4.txt
install:
- pip install pip install -q -r test_requirements/django-$DJANGO.txt --use-mirrors
- pip install pip install -q -r $DJANGO --use-mirrors
script:
python runtests.py
notifications:
Expand Down

0 comments on commit d97060d

Please sign in to comment.