File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ matrix:
43
43
dist : trusty
44
44
sudo : false
45
45
language : python
46
- python : " 3.5 "
46
+ python : " 3.6 "
47
47
env : BUILD=quicktests PGVERSION=9.2
48
48
addons :
49
49
apt : {packages: [postgresql-9.2]}
@@ -52,7 +52,7 @@ matrix:
52
52
dist : trusty
53
53
sudo : false
54
54
language : python
55
- python : " 3.5 "
55
+ python : " 3.6 "
56
56
env : BUILD=quicktests PGVERSION=9.3
57
57
addons :
58
58
apt : {packages: [postgresql-9.3]}
@@ -61,7 +61,7 @@ matrix:
61
61
dist : trusty
62
62
sudo : false
63
63
language : python
64
- python : " 3.5 "
64
+ python : " 3.6 "
65
65
env : BUILD=quicktests PGVERSION=9.4
66
66
addons :
67
67
apt : {packages: [postgresql-9.4]}
@@ -70,7 +70,7 @@ matrix:
70
70
dist : trusty
71
71
sudo : false
72
72
language : python
73
- python : " 3.5 "
73
+ python : " 3.6 "
74
74
env : BUILD=quicktests PGVERSION=9.5
75
75
addons :
76
76
apt : {packages: [postgresql-9.5]}
@@ -121,18 +121,18 @@ matrix:
121
121
dist : trusty
122
122
sudo : required
123
123
language : python
124
- python : " 3.5 "
124
+ python : " 3.6 "
125
125
env : BUILD=wheels,docs,release PGVERSION=10
126
126
services : [docker]
127
127
addons :
128
128
apt : {packages: [postgresql-10]}
129
129
130
130
- os : osx
131
- env : BUILD=tests,wheels PYTHON_VERSION=3.5.5 PGVERSION=9.6
131
+ env : BUILD=tests,wheels PYTHON_VERSION=3.5.5 PGVERSION=10
132
132
133
133
- os : osx
134
134
osx_image : xcode8.3
135
- env : BUILD=tests,wheels PYTHON_VERSION=3.6.5 PGVERSION=9.6
135
+ env : BUILD=tests,wheels PYTHON_VERSION=3.6.5 PGVERSION=10
136
136
137
137
allow_failures :
138
138
- python : " 3.7-dev"
You can’t perform that action at this time.
0 commit comments