summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-07-30 17:01:54 +0200
committerGitHub <noreply@github.com>2021-07-30 17:01:54 +0200
commit2ffdd452b03dd4b639cda985bd67b8d4c0c34a5f (patch)
tree4d713944f6140af809888c2cb2749af62082ed01 /.travis.yml
parent38a173ba9b827d82b19abc2ff83ead36183ffc9a (diff)
parent68fc6af213fec578549602da8cb40cee1302a5f8 (diff)
downloadpysendfile-2ffdd452b03dd4b639cda985bd67b8d4c0c34a5f.tar.gz
Merge pull request #38 from D3X/python3.9HEADmaster
Run tests on Python 3.9
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index fa154dc..623ff2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,10 @@ matrix:
include:
# Linux
- python: 2.7
- - python: 3.4
- - python: 3.5
- python: 3.6
- python: 3.7
+ - python: 3.8
+ - python: 3.9
dist: xenial
sudo: true
- python: pypy
@@ -19,7 +19,7 @@ matrix:
env: PYVER=py27
- language: generic
os: osx
- env: PYVER=py36
+ env: PYVER=py39
install:
- ./.ci/travis/install.sh
script: