Better python environment setup.

master
Sofus Albert Høgsbro Rose 2017-01-26 17:54:00 -05:00
parent 1f9bd4e19d
commit 332276aa6b
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
2 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -5,5 +5,7 @@ scipy
Wand
setuptools
pybind11
wheel
setuptools
sphinx
sphinx_rtd_theme