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" - "3.7"
services: services:
- postgresql
- docker - docker
install:
- sudo pip install --upgrade pip
- export PATH=$PATH:$HOME/.local/bin
deploy: deploy:
provider: script provider: script
script: bash deploy.sh script: bash deploy.sh