We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421641f commit 9b3eefdCopy full SHA for 9b3eefd
.travis.yml
@@ -20,7 +20,8 @@ matrix:
20
# Will have to investigate further.
21
- python: "pypy"
22
- python: "pypy3"
23
- # pypy will just crash due to an incompatibility with lxml.
+ - python: "3.4"
24
+ # pypy and 3.4 will just crash due to an incompatibility with lxml.
25
# Newer versions of pypy seem to crash also, so we probably have to fix with a newer version of lxml
26
27
install:
0 commit comments