Skip to content

Commit 9b3eefd

Browse files
authored
Update .travis.yml
1 parent 421641f commit 9b3eefd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ matrix:
2020
# Will have to investigate further.
2121
- python: "pypy"
2222
- python: "pypy3"
23-
# pypy will just crash due to an incompatibility with lxml.
23+
- python: "3.4"
24+
# pypy and 3.4 will just crash due to an incompatibility with lxml.
2425
# Newer versions of pypy seem to crash also, so we probably have to fix with a newer version of lxml
2526

2627
install:

0 commit comments

Comments
 (0)