Force uninstall Manticore in case of cache (#112)
This commit is contained in:
parent
1047fa42e3
commit
e3f6c8e4ba
@ -17,6 +17,7 @@ python:
|
||||
- 2.7
|
||||
install:
|
||||
- travis_retry pip install -U pip
|
||||
- travis_retry pip uninstall -y Manticore || echo "Manticore not cached" # uninstall any old, cached Manticore
|
||||
- travis_retry pip install --no-binary capstone --no-binary keystone-engine .[dev] # cs/ks can have pip install issues (cs issues #445)
|
||||
- scripts/travis_install_z3.sh
|
||||
script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user