Downgrade pycparser to 2.18

This commit is contained in:
ggrieco-tob 2018-09-29 15:32:43 -04:00 committed by GitHub
parent 7617021494
commit 13e0b536c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ install:
- cd build
- cmake ..
- sudo make install
- sudo pip2 uninstall -y pycparser==2.19
- sudo pip2 install pycparser==2.18
- cd ..
env:
- TASK=ARITHMETIC