From 3b9f7efc9a5fcf63c064e2e3d693666e272a74c7 Mon Sep 17 00:00:00 2001 From: Martin Reinecke <martin@mpa-garching.mpg.de> Date: Mon, 11 Sep 2017 19:58:43 +0200 Subject: [PATCH] try to use pip to full extent --- .gitlab-ci.yml | 2 -- ci/requirements.txt | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0644895df..b27d88079 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,6 @@ before_script: test_min: stage: test script: - - python setup.py install --user - - python3 setup.py install --user - nosetests - nosetests3 -x --with-coverage --cover-package=nifty2go --cover-branches - > diff --git a/ci/requirements.txt b/ci/requirements.txt index 50d0fdeb5..7debd42e3 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,2 +1,7 @@ +numpy +matplotlib parameterized coverage +future +pyfftw +git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git@setuptools_test -- GitLab