Skip to content

Commit

Permalink
Travis yml version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
troygrosfield committed Oct 22, 2014
1 parent f5f796d commit 3577ae1
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 @@ -6,13 +6,13 @@ branches:
only:
- master
env:
- DJANGO_VERSION=1.6.7
- DJANGO_VERSION=1.6.8
matrix:
include:
- python: "3.3"
env: DJANGO_VERSION=1.7
env: DJANGO_VERSION=1.7.1
- python: "3.4"
env: DJANGO_VERSION=1.7
env: DJANGO_VERSION=1.7.1
install:
- pip install -q django==$DJANGO_VERSION
- pip install -r requirements.txt
Expand Down

0 comments on commit 3577ae1

Please sign in to comment.