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 e1f8e9e commit 71599a3Copy full SHA for 71599a3
.travis.yml
@@ -1,11 +1,13 @@
1
-dist: bionic
+dist: focal
2
language: python
3
python:
4
- "3.7"
5
- "3.8"
6
+ - "3.9"
7
env:
- - POSTGRESQL_VERSION=11.1
8
- - POSTGRESQL_VERSION=10.6
+ - POSTGRESQL_VERSION=12
9
+ - POSTGRESQL_VERSION=11
10
+ - POSTGRESQL_VERSION=10
11
- POSTGRESQL_VERSION=9.6
12
before_install:
13
- sudo service postgresql stop && sudo service postgresql start $POSTGRESQL_VERSION
0 commit comments