Skip to content
Snippets Groups Projects
Commit 0f2bf334 authored by webmanue's avatar webmanue
Browse files

install pylint, black, mypy, h5py in dev env

parent 340e8bc7
No related branches found
No related tags found
No related merge requests found
...@@ -27,5 +27,7 @@ RUN apt-get update && apt-get install -y libeigen3-dev ...@@ -27,5 +27,7 @@ RUN apt-get update && apt-get install -y libeigen3-dev
RUN apt-get update && apt-get install -y ninja-build RUN apt-get update && apt-get install -y ninja-build
RUN apt-get update && apt-get install -y petsc-dev RUN apt-get update && apt-get install -y petsc-dev
RUN apt-get update && apt-get install -y python3 python3-pip RUN apt-get update && apt-get install -y python3 python3-pip
RUN apt-get update && apt-get install -y python3-h5py
RUN pip3 install mypy==0.790 black==20.8b1 pylint==2.6.0
RUN pip3 install gcovr RUN pip3 install gcovr
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment