gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-12 20:31:59 -04:00
parent 2180b5075f
commit 67bfe0db16
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ image: alpine
pages:
script:
- apk --no-cache add py3-pip python3-dev
- pip install -r dev_requirements.txt
- pip3 install -r dev_requirements.txt
- apk --no-cache add make
- cd docs
- make html