Updates for ci

This commit is contained in:
Chapin Bryce 2019-11-03 07:30:19 -05:00
parent eb7bbe1a83
commit 82f406508b
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 musl-dev
- apk --no-cache add make gcc musl-dev git
- pip install -r dev_requirements.txt
- pip install -r requirements.txt
- cd docs