File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ set -e -x
44
55pip install --upgrade pip
66
7- # will not be needed for flake8
8- git clone https://github.com/JHUISI/charm.git
9- cd charm && ./configure.sh && make install
10- cd ..
7+ if [ " ${BUILD} " != " flake8" ]; then
8+ pip install --upgrade setuptools
9+ git clone https://github.com/JHUISI/charm.git
10+ cd charm && ./configure.sh && make install
11+ cd ..
12+ fi
1113
1214if [ " ${BUILD} " == " tests" ]; then
1315 pip install -e .[test]
Original file line number Diff line number Diff line change 11language : python
2- python : 3.6
2+ sudo : required
3+ dist : xenial
4+ python : 3.7
35
46env :
57 global :
Original file line number Diff line number Diff line change 2727 'ecdsa' ,
2828 'zfec>=1.5.0' ,
2929 'gipc' ,
30- 'charm-crypto @ https://github.com/JHUISI/charm.git@dev' ,
3130 'coincurve' ,
3231]
3332
You can’t perform that action at this time.
0 commit comments