Use no-use-wheel to fix capstone installation

This commit is contained in:
Riccardo Schirone 2016-09-23 09:21:02 +00:00
parent 86237dac4f
commit 182dbc5fa2
2 changed files with 5 additions and 6 deletions

View file

@ -1,8 +1,7 @@
language: python
python: 2.7
language: bash
sudo: required
dist: xenial
dist: trusty
env:
- PATH=$TRAVIS_BUILD_DIR/bin:$PATH
install: (sudo apt-get update || true) && bin/manage-tools -s setup
script: manage-tools -s test all
script: VIRTUALENVWRAPPER_SCRIPT=/usr/share/virtualenvwrapper/virtualenvwrapper.sh manage-tools -s test all

View file

@ -1,4 +1,4 @@
#!/bin/bash
ctf-tools-pip install -U capstone
ctf-tools-pip3 install -U capstone
ctf-tools-pip install --no-use-wheel -U capstone
ctf-tools-pip3 install --no-use-wheel -U capstone