Skip to content

Commit e6ecad0

Browse files
committed
Use 3.6 as the default Python version on Travis CI
Also, use PostgreSQL 10 for macOS tests.
1 parent 3d52b86 commit e6ecad0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ matrix:
4343
dist: trusty
4444
sudo: false
4545
language: python
46-
python: "3.5"
46+
python: "3.6"
4747
env: BUILD=quicktests PGVERSION=9.2
4848
addons:
4949
apt: {packages: [postgresql-9.2]}
@@ -52,7 +52,7 @@ matrix:
5252
dist: trusty
5353
sudo: false
5454
language: python
55-
python: "3.5"
55+
python: "3.6"
5656
env: BUILD=quicktests PGVERSION=9.3
5757
addons:
5858
apt: {packages: [postgresql-9.3]}
@@ -61,7 +61,7 @@ matrix:
6161
dist: trusty
6262
sudo: false
6363
language: python
64-
python: "3.5"
64+
python: "3.6"
6565
env: BUILD=quicktests PGVERSION=9.4
6666
addons:
6767
apt: {packages: [postgresql-9.4]}
@@ -70,7 +70,7 @@ matrix:
7070
dist: trusty
7171
sudo: false
7272
language: python
73-
python: "3.5"
73+
python: "3.6"
7474
env: BUILD=quicktests PGVERSION=9.5
7575
addons:
7676
apt: {packages: [postgresql-9.5]}
@@ -121,18 +121,18 @@ matrix:
121121
dist: trusty
122122
sudo: required
123123
language: python
124-
python: "3.5"
124+
python: "3.6"
125125
env: BUILD=wheels,docs,release PGVERSION=10
126126
services: [docker]
127127
addons:
128128
apt: {packages: [postgresql-10]}
129129

130130
- 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
132132

133133
- os: osx
134134
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
136136

137137
allow_failures:
138138
- python: "3.7-dev"

0 commit comments

Comments
 (0)