add postgres 9.6 to travis

This commit is contained in:
Robert Lechte 2017-03-21 17:04:52 +11:00
parent b0fc61e104
commit decce8d58e

View File

@ -3,6 +3,12 @@ python:
- "2.7"
- "3.6"
addons:
postgresql: "9.6"
before_script:
- psql -c 'create user travis;' -U postgres
# command to install dependencies
install: make pipupgrade