gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-12 20:42:21 -04:00
parent e6f4511777
commit aa5967fcf5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ image: python:3.7.3-slim-stretch
pages:
script:
- apt update
- apt install python3-pip python3-dev build-essential
- apt install -y python3-pip python3-dev build-essential
- pip3 install --upgrade pip
- pip3 install -r dev_requirements.txt
- cd docs