Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Fixes tests failing due to an outdated Postgres release
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Dec 29, 2017
1 parent 1005522 commit c8dfaf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,9 @@ matrix:
python: "3.6"
env: TOXENV=pep8

addons:
postgresql: "9.6"

install:
- pip install tox
- if [ "$TOXENV" = 'py36' ]; then pip install coveralls; fi
Expand Down

0 comments on commit c8dfaf9

Please sign in to comment.