Skip to content

Commit 6d6d9a9

Browse files
committedJul 22, 2019
BLD: Update postgres version on travis
1 parent c578974 commit 6d6d9a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ env:
1111
- FLAKE8=true NB_VERSION=5
1212
- NOTEST=true NB_VERSION=5
1313

14+
services:
15+
- postgresql
16+
1417
addons:
15-
postgresql: "9.3"
18+
postgresql: "9.5"
1619

1720
install:
1821
- pip install tox

0 commit comments

Comments
 (0)