From a3c4560d283101f973b2dd6e3b4b133d636e414b Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Mon, 7 Jan 2019 09:11:57 -0300 Subject: [PATCH] Fixed python-nose --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a193f22..a466da6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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