Skip to content
Snippets Groups Projects
Commit 7b4436a0 authored by Antoine Berchet's avatar Antoine Berchet
Browse files

Update Dockefile and CI

parent 5a033bc3
No related branches found
No related tags found
2 merge requests!26Lsce,!25Lsce
......@@ -62,7 +62,8 @@ pages:
stage: deploy
image: pycif/pycif-ci:0.1
before_script:
- apt-get --force-yes install libeccodes0
- apt-get update
- apt-get --yes install libeccodes0
- pip freeze
script:
- tox -e py36 -e docs
......@@ -119,7 +120,7 @@ tests:
image: pycif/pycif-ci:0.1
before_script:
- apt-get update
- apt-get --force-yes install libeccodes0
# - apt-get --yes install libeccodes0
- pip freeze
script:
- tox -e py36 -e coverage
......
......@@ -2,8 +2,9 @@
FROM python:3.6
RUN apt-get update \
&& apt-get install -y libgdal-dev gdal-bin \
&& apt-get autoclean && apt-get clean;
&& apt-get install -y libgdal-dev gdal-bin libeccodes0 graphviz \
&& apt-get autoclean && apt-get clean \
&& pip install sphinx sphinxcontrib-plantuml graphviz;
COPY . /tmp/CIF
......
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