From 611ca62c2d7a2acac113c989ce055a78fff3f998 Mon Sep 17 00:00:00 2001 From: Gabriel Broadwin Nongsiej Date: Thu, 1 Aug 2019 15:22:46 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 30c7f94..c83a5f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ matrix: # Will have to investigate further. - python: "pypy" - python: "pypy3" + - python: "3.4" # pypy will just crash due to an incompatibility with lxml. # Newer versions of pypy seem to crash also, so we probably have to fix with a newer version of lxml