Skip to content

Commit

Permalink
updated travisCI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kencochrane committed Jan 25, 2016
1 parent adc429a commit cdb39f2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "pypy"

env:
- DJANGO=Django==1.6.11
- DJANGO=Django==1.7.10
- DJANGO=Django==1.8.5
- DJANGO=Django==1.9b1
- DJANGO=Django==1.7.11
- DJANGO=Django==1.8.8
- DJANGO=Django==1.9.1

services:
- redis-server
Expand All @@ -31,15 +30,15 @@ script:
matrix:
exclude:
- python: "2.6"
env: DJANGO=Django==1.7.10
env: DJANGO=Django==1.7.11
- python: "2.6"
env: DJANGO=Django==1.8.5
env: DJANGO=Django==1.8.8
- python: "2.6"
env: DJANGO=Django==1.9b1
env: DJANGO=Django==1.9.1
- python: "3.5"
env: DJANGO=Django==1.6.11
- python: "3.5"
env: DJANGO=Django==1.7.10
env: DJANGO=Django==1.7.11

after_success:
- coveralls --verbose

0 comments on commit cdb39f2

Please sign in to comment.