Upgrade to bionic (to use python3.6 from the official repositories)

This commit is contained in:
ggrieco-tob 2019-01-07 10:36:10 -03:00 committed by GitHub
parent e97c5fa1ee
commit bddaca59d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
language: bash
dist: xenial
dist: bionic
sudo: true
#python:
#- "2.7"
install:
- 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 angr --user
- pip3 install manticore --user