summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-10-18 18:05:14 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2019-10-18 18:29:59 -0700
commit4e13acdc88b22dbee8425d4f52d82444385e2290 (patch)
treee1772d779d0d5da0cae41dbe099d9244ed85fdd8 /.travis.yml
parentf08019e3568dd845bbefaffbe27c4909cf491d15 (diff)
downloadpsycopg2-4e13acdc88b22dbee8425d4f52d82444385e2290.tar.gz
Add Python 3.8 to the test matrix
Python 3.8 was released on October 14th, 2019. - Added 'Programming Language :: Python :: 3.8' trove classifier. - Added 'py38' to the tox test matrix. - Added 'python: 3.8' to the Travis test matrix. - Removed 'dist: xenial' from Travis configuration; it is now the default. - Removed 'dist: trusty' from Travis configuration; it is not longer necessary. - Removed 'sudo' from Travis configuration; it is deprecated. https://docs.python.org/3.8/whatsnew/3.8.html
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index a40e807..410d06c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,15 @@
# Travis CI configuration file for psycopg2
-dist: xenial
-sudo: required
language: python
matrix:
include:
- python: 2.7
+ - python: 3.8
- python: 3.7
- python: 3.6
- python: 3.5
- python: 3.4
- dist: trusty
install:
- pip install -U pip setuptools wheel