Skip to content

Commit

Permalink
Fixed matrix.exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Apr 22, 2016
1 parent 1398da7 commit 2df9078
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,26 @@ env:
- DJANGO=Django==1.6
- DJANGO=Django==1.7
- DJANGO=Django
exclude:
### These older Django version don't support Python 3.5:
# AttributeError: module 'html.parser' has no attribute 'HTMLParseError'
- python: 3.5
env: DJANGO=Django==1.5
- python: 3.5
env: DJANGO=Django==1.6
- python: 3.5
env: DJANGO=Django==1.7

### Too old Python for the newest Django
# ImportError: cannot import name find_spec
- python: 3.3
env: DJANGO=Django
- python: pypy3 # Should be removed once pypy catches up with Python 3.4
env: DJANGO=Django


matrix:
exclude:

### These older Django version don't support Python 3.5:
# AttributeError: module 'html.parser' has no attribute 'HTMLParseError'
- python: 3.5
env: DJANGO=Django==1.5
- python: 3.5
env: DJANGO=Django==1.6
- python: 3.5
env: DJANGO=Django==1.7

### Too old Python for the newest Django
# ImportError: cannot import name find_spec
- python: 3.3
env: DJANGO=Django
- python: pypy3 # Should be removed once pypy catches up with Python 3.4
env: DJANGO=Django

script:
- pip install $DJANGO coverage
- pip install .
Expand Down

0 comments on commit 2df9078

Please sign in to comment.