Skip to content
Snippets Groups Projects

MAINT: Linting tests run through now.

Merged Daniel Hornung requested to merge f-linting into dev
All threads resolved!
17 files
+ 87
55
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -25,7 +25,7 @@ ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && git checkout dev && pip3 install .
# At least recommonmark 0.6 required.
RUN pip3 install recommonmark sphinx-rtd-theme
RUN pip3 install -U html2text pycodestyle pylint recommonmark sphinx-rtd-theme
COPY . /git
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
Loading