File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4949# JSON Compilation Database
5050compile_commands.json
5151
52+ # virtualenv
53+ venv /
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ before_install:
3838install :
3939 - sudo apt-get install -y python2.7 python3 python3-pip python3-setuptools ruby-dev
4040 - sudo gem install ffi fpm
41- - pip2 install --user grpcio==1.10 scapy codecov
42- - pip3 install --user grpcio==1.10 scapy coverage
41+ - pip2 install --user -r requirements.txt codecov
42+ - pip3 install --user -r requirements.txt coverage
4343 - " [[ ${COVERAGE:-0} == 0 ]] || sudo apt-get install -y gcc-7" # install gcov-7
4444 - " [[ ${SANITIZE:-0} == 0 ]] || sudo apt-get install -y llvm-3.9"
4545 - " docker pull nefelinetworks/bess_build:latest${TAG_SUFFIX} | cat" # cat suppresses progress bars
Original file line number Diff line number Diff line change 1+ scapy
2+ flask
3+ grpcio
4+ protobuf
You can’t perform that action at this time.
0 commit comments