gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-15 16:12:15 -04:00
parent 07df310846
commit 2bd1f1a539
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ image: python:3.7.3-slim-stretch
pages:
script:
- apt update && apt install build-essential
- pip3 install -r dev_requirements.txt
- cd docs
- make html