Upgrade to bionic (to use python3.6 from the official repositories)
This commit is contained in:
parent
e97c5fa1ee
commit
bddaca59d5
@ -1,11 +1,11 @@
|
|||||||
language: bash
|
language: bash
|
||||||
dist: xenial
|
dist: bionic
|
||||||
sudo: true
|
sudo: true
|
||||||
#python:
|
#python:
|
||||||
#- "2.7"
|
#- "2.7"
|
||||||
install:
|
install:
|
||||||
- sudo apt-get -y update
|
- sudo apt-get -y update
|
||||||
- sudo apt-get -y install build-essential gcc-multilib cmake python3 python3-pip python3-setuptools libffi-dev python3-nose
|
- sudo apt-get -y install build-essential gcc-multilib cmake python3.6 python3-pip python3-setuptools libffi-dev python3-nose
|
||||||
- pip3 install pyflakes --user
|
- pip3 install pyflakes --user
|
||||||
- pip3 install angr --user
|
- pip3 install angr --user
|
||||||
- pip3 install manticore --user
|
- pip3 install manticore --user
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user