Skip to content
Snippets Groups Projects
Commit 5113f763 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add mypy to unittests Dockerfile

parent b25a1f93
Branches
Tags
2 merge requests!143Release 0.15.0,!66F mypy
Pipeline #48467 passed with warnings
......@@ -7,7 +7,7 @@ RUN apt-get update && \
apt-get install -y \
pylint3 python3-pip tox git \
curl pycodestyle \
python3-sphinx
python3-sphinx python3-mypy
ARG COMMIT="dev"
# TODO Rename to linkahead
RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git linkahead-pylib && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment