Skip to content
Snippets Groups Projects
Commit 03d30449 authored by Philipp Arras's avatar Philipp Arras
Browse files

try to remove coverage package

parent 4f64e5d4
No related branches found
No related tags found
1 merge request!250Ci experiments
Pipeline #
......@@ -21,8 +21,6 @@ test_python2_scalar:
script:
- python setup.py install --user -f
- nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase
- >
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
test_python3_scalar:
image: $CONTAINER_TEST_IMAGE
......
......@@ -22,7 +22,7 @@ RUN apt-get install -y python3-nose python3-parameterized
# Python module installations
RUN apt-get install -y python-pip python3-pip
RUN pip install coverage pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN pip install pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN pip3 install pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
# Create user (openmpi does not like to be run as root)
......
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