We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python2
pip2
1 parent 00b6aad commit ade8bdfCopy full SHA for ade8bdf
1 file changed
.travis.yml
@@ -31,8 +31,8 @@ before_install:
31
- sudo apt-get -q update
32
33
install:
34
- - sudo apt-get install -y python python3 python3-pip
35
- - pip install grpcio scapy codecov
+ - sudo apt-get install -y python2.7 python3 python3-pip
+ - pip2 install grpcio scapy codecov
36
- pip3 install grpcio coverage
37
- "[[ ${DEBUG:-0} == 0 ]] || sudo apt-get install -y g++-5" # install gcov-5
38
- "[[ ${SANITIZE:-0} == 0 ]] || sudo apt-get install -y llvm-3.8"
0 commit comments