Skip to content

Commit

Permalink
Removed python 3.5 and django 1.7 from the Travis matrix exclusion list.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoosorio committed Dec 22, 2016
1 parent cd2f73a commit 3b8a52a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -4,14 +4,9 @@ python:
- "3.4"
- "3.5"
env:
- DJANGO=1.7
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=1.10
matrix:
exclude:
- python: "3.5"
env: DJANGO=1.7
install:
- pip install -q Django==$DJANGO
- pip install coverage
Expand Down

0 comments on commit 3b8a52a

Please sign in to comment.