Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
add postgres service to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxluigi committed May 20, 2019
1 parent 0cc1d35 commit 50b6841
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ install:
- pip install -r requirements/local.txt
script:
- "pytest"
env:
global:
- DATABASE_URL="postgres://postgres@localhost:5432/pylorawebchat"
services:
- postgresql
addons:
postgresql: 9.4

0 comments on commit 50b6841

Please sign in to comment.