Adds an install step

This commit is contained in:
Aaron Louie 2020-06-12 16:21:54 -04:00
parent 96865853f9
commit 33aa5a1052
1 changed files with 4 additions and 1 deletions

View File

@ -4,9 +4,12 @@ python:
- "3.7"
services:
- postgresql
- docker
install:
- sudo pip install --upgrade pip
- export PATH=$PATH:$HOME/.local/bin
deploy:
provider: script
script: bash deploy.sh