python: Add pyflakes for some static analysis

Be able to run pyflakes as part of the CI process.

Change-Id: I59e6673df5b8d915dee1f745169fc5d0426c6aed
This commit is contained in:
Holger Hans Peter Freyther 2019-03-05 06:35:52 +00:00
parent b1ec95f3c7
commit 4f5c162c6d
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y dbus tcpdump sqlite3 pytho
RUN pip3 install git+git://github.com/podshumok/python-smpplib.git
RUN pip3 install pydbus
RUN pip3 install pysispm
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pyflakes
ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/commit
RUN git clone git://git.osmocom.org/python/osmo-python-tests && cd osmo-python-tests && ./contrib/jenkins.sh