Skip to content
Snippets Groups Projects
Commit 2b71f844 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Install pylint from PyPi

parent c35f4878
Branches
Tags
2 merge requests!162DOC WIP: Tutorial: Single structured file,!161F pylint
Pipeline #48445 passed with warnings
......@@ -6,12 +6,11 @@ RUN apt-get update && \
openjdk-11-jdk-headless \
python3-autopep8 \
python3-pip \
python3-pylint \
python3-pytest \
python3-sphinx \
tox \
-y
RUN pip3 install recommonmark sphinx-rtd-theme
RUN pip3 install pylint recommonmark sphinx-rtd-theme
COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment