Skip to content

Commit 71599a3

Browse files
committed
trying Python 3.9 and Postgres 12 in Travis
1 parent e1f8e9e commit 71599a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
dist: bionic
1+
dist: focal
22
language: python
33
python:
44
- "3.7"
55
- "3.8"
6+
- "3.9"
67
env:
7-
- POSTGRESQL_VERSION=11.1
8-
- POSTGRESQL_VERSION=10.6
8+
- POSTGRESQL_VERSION=12
9+
- POSTGRESQL_VERSION=11
10+
- POSTGRESQL_VERSION=10
911
- POSTGRESQL_VERSION=9.6
1012
before_install:
1113
- sudo service postgresql stop && sudo service postgresql start $POSTGRESQL_VERSION

0 commit comments

Comments
 (0)