Skip to content

Commit

Permalink
fix(travis): Looks like we need postgresql version specified
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Barnowski committed Feb 21, 2018
1 parent c8d2485 commit 4330740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: python
python:
- "2.7"

addons:
postgresql: "9.4"

install:
- python setup.py install
- pip install -r dev-requirements.txt -r requirements.txt
Expand Down

0 comments on commit 4330740

Please sign in to comment.