Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
Keep travis up to date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Jan 27, 2015
1 parent d19bfb5 commit 02432a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- 2.6
- 2.7

env:
- DJANGO_VERSION=1.4.8
- DJANGO_VERSION=1.5.4
Expand All @@ -19,14 +19,14 @@ matrix:
- python: 3.3
env: DJANGO_VERSION=1.6
- python: 3.2
env: DJANGO_VERSION=1.7
env: DJANGO_VERSION=1.7.4
- python: 3.3
env: DJANGO_VERSION=1.7
env: DJANGO_VERSION=1.7.4
- python: 3.4
env: DJANGO_VERSION=1.7
env: DJANGO_VERSION=1.7.4
exclude:
- python: 2.6
env: DJANGO_VERSION=1.7
env: DJANGO_VERSION=1.7.4
install:
- pip install django-nose
- pip install django==${DJANGO_VERSION}
Expand Down

0 comments on commit 02432a9

Please sign in to comment.