gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-12 20:40:09 -04:00
parent 8af0898e98
commit 0273583c67
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 instal python3-pip python3-dev build-essentials
- apt install python3-pip python3-dev build-essentials
- pip3 install --upgrade pip
- pip3 install -r dev_requirements.txt
- cd docs