We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498213e commit 4b0eb5cCopy full SHA for 4b0eb5c
.travis.yml
@@ -75,6 +75,19 @@ matrix:
75
addons:
76
apt: {packages: [postgresql-9.5]}
77
78
+ - os: linux
79
+ dist: trusty
80
+ sudo: false
81
+ language: python
82
+ python: "3.6"
83
+ env: BUILD=quicktests PGVERSION=10
84
+ addons:
85
+ apt:
86
+ sources:
87
+ - sourceline: 'deb https://apt.postgresql.org/pub/repos/apt/ trusty-pgdg 10'
88
+ key_url: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'
89
+ packages: [postgresql-10]
90
+
91
# Do a full test run on the latest supported version of PostgreSQL
92
# on each supported version of Python.
93
- os: linux
0 commit comments