Skip to content

Commit e27b344

Browse files
author
Ryan P Kilby
committed
Django<1.8 is not compatible with python 3.5
Note the deprecation of HTMLParserError in Python 3.5: https://docs.python.org/3/whatsnew/3.5.html#changes-in-the-python-api
1 parent a2d84a4 commit e27b344

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,12 @@ matrix:
2424
env: DJANGO="Django>=1.4,<1.5"
2525
- python: "3.4"
2626
env: DJANGO="Django>=1.4,<1.5"
27+
- python: "3.5"
28+
env: DJANGO="Django>=1.4,<1.5"
29+
- python: "3.5"
30+
env: DJANGO="Django>=1.5,<1.6"
31+
- python: "3.5"
32+
env: DJANGO="Django>=1.6,<1.7"
33+
- python: "3.5"
34+
env: DJANGO="Django>=1.7,<1.8"
2735
fast_finish: true

0 commit comments

Comments
 (0)