Skip to content

Commit 8fba638

Browse files
committed
update .travis.yml
1 parent a995b19 commit 8fba638

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ services:
66
- postgresql
77

88
env:
9-
- PGVERSION=9.5
10-
- PGVERSION=9.6
9+
- PG_VER=9.5
10+
- PG_VER=9.6
11+
- PG_VER=10
1112

1213
python:
1314
- "2.7"
14-
- "3.3"
15-
- "3.4"
1615
- "3.5"
16+
- "3.6"
1717
- "pypy"
1818
- "pypy3"
1919

0 commit comments

Comments
 (0)