gitlab ci

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

View File

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