Skip to content

Commit

Permalink
update matrix in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwegner committed Sep 5, 2016
1 parent 7f357f6 commit 4092f33
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Expand Up @@ -2,22 +2,12 @@ language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- DJANGO=1.7
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=1.10
- DJANGO=master
matrix:
exclude:
- python: "3.3"
env: DJANGO=1.9
- python: "3.3"
env: DJANGO=master
- python: "3.5"
env: DJANGO=1.7
install:
- pip install tox coveralls
script:
Expand Down

0 comments on commit 4092f33

Please sign in to comment.