try setup.py to avoid the z3 issue

This commit is contained in:
Alex Groce 2018-07-12 19:53:27 -07:00
parent aeb8663167
commit b5770a8a26

View File

@ -9,6 +9,6 @@ install:
- cd build
- cmake ..
- make
- sudo make install
- python setup.py install
script:
- deepstate-angr examples/IntegerArithmetic
- deepstate-manticore examples/IntegerArithmetic