gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-15 16:20:26 -04:00
parent e9c85fec9d
commit fb0b510a1b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ image: python:3.7.3-alpine
pages:
script:
- apk --no-cache add make gcc
- apk --no-cache add make gcc musl-dev
- pip install -r dev_requirements.txt
- cd docs
- make html