mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Use no-use-wheel to fix capstone installation
This commit is contained in:
parent
86237dac4f
commit
182dbc5fa2
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue