mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
contrib: Add flake8 to builder container images
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
737a7148b5
commit
ac21ac3653
2 changed files with 2 additions and 2 deletions
|
@ -35,4 +35,4 @@ RUN cd /tmp/ && \
|
|||
mv /tmp/bitcoin-0.15.1/bin/bitcoin* /usr/local/bin/ && \
|
||||
rm -rf bitcoin.tar.gz /tmp/bitcoin-0.15.1
|
||||
|
||||
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3
|
||||
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0
|
||||
|
|
|
@ -35,4 +35,4 @@ RUN cd /tmp/ && \
|
|||
mv /tmp/bitcoin-0.15.1/bin/bitcoin* /usr/local/bin/ && \
|
||||
rm -rf bitcoin.tar.gz /tmp/bitcoin-0.15.1
|
||||
|
||||
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3
|
||||
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue