From c7946f376160fee2baf11fab1c6fbf5fb08dd30c Mon Sep 17 00:00:00 2001 From: Martin Reinecke <martin@mpa-garching.mpg.de> Date: Sun, 1 Apr 2018 16:23:26 +0200 Subject: [PATCH] cleanup --- .gitlab-ci.yml | 6 +++--- ci/install_basics.sh | 3 --- ci/requirements.txt | 6 ------ 3 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 ci/install_basics.sh delete mode 100644 ci/requirements.txt diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c55e16d23..0216e05c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ test_python3: - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 2 nosetests3 -q 2>/dev/null pages: - stage: test + stage: release script: - apt-get update - apt-get install -y git libfftw3-dev python python-pip python-dev python-numpy python-future python-sphinx python-sphinx-rtd-theme python-numpydoc @@ -41,5 +41,5 @@ pages: artifacts: paths: - public -# only: -# - NIFTy_4 + only: + - NIFTy_4 diff --git a/ci/install_basics.sh b/ci/install_basics.sh deleted file mode 100644 index 2f3b8437e..000000000 --- a/ci/install_basics.sh +++ /dev/null @@ -1,3 +0,0 @@ -apt-get install -y git libfftw3-dev openmpi-bin libopenmpi-dev \ - python python-pip python-dev python-nose python-numpy python-matplotlib python-future python-mpi4py python-scipy \ - python3 python3-pip python3-dev python3-nose python3-numpy python3-matplotlib python3-future python3-mpi4py python3-scipy diff --git a/ci/requirements.txt b/ci/requirements.txt deleted file mode 100644 index 64c0d6b7c..000000000 --- a/ci/requirements.txt +++ /dev/null @@ -1,6 +0,0 @@ -parameterized -coverage -git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git -sphinx -sphinx_rtd_theme -numpydoc -- GitLab