108536234: Add postgres for travis

This commit is contained in:
Rebecca Law
2015-11-25 15:36:51 +00:00
parent abe1d8ae17
commit fdd5d6c006

View File

@@ -2,6 +2,8 @@ sudo: false
language: python
python:
- '3.4'
addons:
postgresql: '9.3'
install:
- pip install -r requirements_for_test.txt
env: