Skip to content

Commit

Permalink
[-] Bumps Django versions for Travis tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatohater committed Oct 25, 2014
1 parent bee571b commit b6dcc39
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ env:
- DJANGO_VERSION=1.1.4
- DJANGO_VERSION=1.2.7
- DJANGO_VERSION=1.3.7
- DJANGO_VERSION=1.4.10
- DJANGO_VERSION=1.5.5
- DJANGO_VERSION=1.6.2
- DJANGO_VERSION=1.4.16
- DJANGO_VERSION=1.5.11
- DJANGO_VERSION=1.6.8
- DJANGO_VERSION=1.7.1

# Tell it the things it will need to install when it boots
install:
install:
# This is a dependency of our Django test script
- pip install argparse --use-mirrors
- pip install coverage --use-mirrors
Expand All @@ -29,8 +30,8 @@ install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors

# Tell Travis how to run the test script itself
script:
script:
coverage run --source=unfriendly quicktest.py unfriendly

after_success:
coveralls
coveralls

0 comments on commit b6dcc39

Please sign in to comment.