Fixed python-nose

This commit is contained in:
ggrieco-tob
2019-01-07 09:11:57 -03:00
committed by GitHub
parent 8ba19cb121
commit a3c4560d28
+1 -1
View File
@@ -5,7 +5,7 @@ sudo: true
#- "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 python3-pip python3-setuptools libffi-dev python-nose
- pip3 install pyflakes --user
- pip3 install angr --user
- pip3 install manticore --user