Hopefully workaround Py3.5 marshal error

https://github.com/eliben/pycparser/issues/251
This commit is contained in:
James R. Barlow
2018-06-29 12:54:48 -07:00
parent d4cbef9457
commit 73e02ae4ea
+1
View File
@@ -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