Skip to content

Commit

Permalink
Exclude tests for Python 3.3 and Django 1.9.
Browse files Browse the repository at this point in the history
Support for Python 3.2 and 3.3 was removed for Django >=1.9, therefore don't
do tests for that combination.
  • Loading branch information
Dunedan committed Dec 2, 2015
1 parent f769c2f commit 8f558ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -12,5 +12,9 @@ install:
- pip install coveralls
script:
- coverage run runtests.py
matrix:
exclude:
- python: "3.3"
env: DJANGO="Django>=1.9,<1.10"
after_success:
coveralls

0 comments on commit 8f558ae

Please sign in to comment.