Skip to content

Commit

Permalink
Updated TravisCI to use pip2 instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamattavelli authored and ccadar committed Dec 5, 2017
1 parent 33a9d77 commit a248708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ before_install:
- ${KLEE_SRC}/.travis/install-llvm-and-runtime-compiler.sh
- ${KLEE_SRC}/.travis/install-tcmalloc.sh
# Install lit (llvm-lit is not available)
- sudo pip install lit
- sudo pip2 install lit
# Get SMT solvers
- ${KLEE_SRC}/.travis/solvers.sh
# Get needed utlities/libraries for testing KLEE
Expand Down

0 comments on commit a248708

Please sign in to comment.