Skip to content

Commit

Permalink
Merge pull request #173 from lechup/travis-cleanup
Browse files Browse the repository at this point in the history
Updated travis matrix
  • Loading branch information
selwin committed Jul 16, 2016
2 parents 5873bac + f91c0ec commit 128adc1
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .travis.yml
@@ -1,28 +1,19 @@
language: python

python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"

env:
- DJANGO=1.9.0
- DJANGO=1.8.7
- DJANGO=1.7.7
- DJANGO=1.6.11
- DJANGO=1.5.12
- DJANGO=1.9.7
- DJANGO=1.8.13

matrix:
exclude:
- python: "2.6"
env: DJANGO=1.7.7
- python: "2.6"
env: DJANGO=1.8.7
- python: "2.6"
env: DJANGO=1.9.0
- python: "3.3"
env: DJANGO=1.9.0
env: DJANGO=1.9.7

install:
- pip install Django==$DJANGO times
Expand Down

0 comments on commit 128adc1

Please sign in to comment.