From 332276aa6b0c9d00ecedf447addfa097bbb64486 Mon Sep 17 00:00:00 2001 From: Sofus Rose Date: Thu, 26 Jan 2017 17:54:00 -0500 Subject: [PATCH] Better python environment setup. --- .gitlab-ci.yml | 1 + requirements.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57b98ca..a619f5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ build: stage: build before_script: - apt-get update && apt-get -y install gcc libmagickwand-dev make + - pip3 install -U pip setuptools wheel - pip3 install -r requirements.txt - ./mkDocs.sh script: diff --git a/requirements.txt b/requirements.txt index ee06ef1..7833264 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,7 @@ scipy Wand setuptools pybind11 +wheel +setuptools sphinx sphinx_rtd_theme