From 511575fe79f682bd357c8b03c9368888d2db066a Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Wed, 7 Nov 2018 11:27:12 -0300 Subject: [PATCH] pip2 -> pip --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 842b160..6957a5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,13 @@ sudo: true python: - "2.7" install: -- sudo pip2 install pyflakes - sudo apt-get -y update - sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev - sudo pip2 install -U pip -- sudo pip2 install z3-solver -- sudo pip2 install https://github.com/trailofbits/manticore/archive/last_python2.zip -- sudo pip2 install cffi==1.7.0 pycparser==2.18 cle==7.8.9.26 pyvex==7.8.9.26 angr==7.8.7.1 +- sudo pip install pyflakes +- sudo pip install z3-solver +- sudo pip install https://github.com/trailofbits/manticore/archive/last_python2.zip +- sudo pip install cffi==1.7.0 pycparser==2.18 cle==7.8.9.26 pyvex==7.8.9.26 angr==7.8.7.1 - mkdir build - cd build - cmake ..