Adds an install step
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user