summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3cca8dc..0446ef5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
-envlist = py35,py36,p37
+envlist = py35,py36,p37,p38
isolated_build = true
[pytest]