We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83baf28 commit 2764703Copy full SHA for 2764703
shippable.yml
@@ -8,7 +8,8 @@ python:
8
install:
9
- pip install -r requirements.txt
10
11
-
+addons:
12
+ postgresql: "9.1"
13
# Postgres binds to 127.0.0.1 by default and is started on boot. Default username is "postgres" with no password
14
# Create a DB as part of before script to use it
15
before_script:
0 commit comments