From 73e02ae4ea12397847b34306a8230e12766a2ea7 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 29 Jun 2018 12:54:48 -0700 Subject: [PATCH] Hopefully workaround Py3.5 marshal error https://github.com/eliben/pycparser/issues/251 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 83e4bb5e..81c5c340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,6 +68,7 @@ before_install: | install: - export PATH=$PWD/bin:$PATH +- pip3 install pycparser # py3.7 workaround for https://github.com/eliben/pycparser/issues/251 - pip3 install . - pip3 install -r test_requirements.txt