reverted postgres version

This commit is contained in:
Martyn Inglis
2016-08-02 14:40:56 +01:00
parent 610d37cf47
commit f939e9220d

View File

@@ -7,7 +7,7 @@ cache:
python: python:
- '3.4' - '3.4'
addons: addons:
postgresql: '9.4.1' postgresql: '9.3'
install: install:
- pip install pip-accel - pip install pip-accel
- pip-accel install -r requirements_for_test.txt - pip-accel install -r requirements_for_test.txt