summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-06-10 10:10:14 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2020-06-10 10:28:16 +0200
commit65ab5b59f548d615d49c96f504a5279b303747c5 (patch)
tree61d2e17a65a45aa98e8f2f0a1f8d47098a9b8a98 /.travis.yml
parent9ecf3401108610fdce618046f055311509be03ca (diff)
downloadrsa-git-65ab5b59f548d615d49c96f504a5279b303747c5.tar.gz
Add support for Python 3.8
Supporting Python 3.8 not only required configuring Tox and Travis to run the tests on that version, but also required updating the dependencies. Without that update, `pluggy` wouldn't work properly.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d0bd7cf..42d4d16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ cache: pip
python:
- "3.6"
- "3.7"
+ - "3.8"
matrix:
include: