summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-20 16:58:46 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-20 16:58:46 +0200
commitcdc83d64dbbabd1252e3940bf47e0537e9de740e (patch)
tree78b8927e6679caef832566a3d827f94a4e9f4fed
parent45599b2716eb7fbbce19da219c4e63e630395b05 (diff)
downloadpsycopg2-cdc83d64dbbabd1252e3940bf47e0537e9de740e.tar.gz
Add Python 3.9 to travis test grid, drop 2.7
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 84dd605..f79ae81 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,10 +12,7 @@ python:
- 3.6
- 3.7
- 3.8
-
-matrix:
- include:
- - python: 2.7
+ - 3.9
install:
- sudo apt-get install -y bc