z3 package not found, try the python bindings

This commit is contained in:
Alex Groce
2018-07-12 19:41:56 -07:00
parent a69b3fcfb9
commit 5a108f4659

View File

@@ -4,7 +4,7 @@ sudo: true
python: python:
- "2.7" - "2.7"
install: install:
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev z3 - sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev python-z3
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..