summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 14:05:42 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 14:15:39 +0200
commit1e22d2eb03c7a29a0befe1febf951af9e46ce470 (patch)
treebb930d3711b877a6ce84670287358bcae8ac0d48 /tox.ini
parent7424c69bde598a145b7d3807e6c367ac4b922bff (diff)
downloadrsa-git-1e22d2eb03c7a29a0befe1febf951af9e46ce470.tar.gz
Drop support for Python 2 and 3.4
Some of our development dependencies, like Sphinx, have already dropped support for Python 2. This makes it harder for this project to update its dependencies. Since Python 2 only has a few more months to live, I think it's fine to drop support now. Python 3.4 has already reached its end-of-life date. Python-RSA now only supports Python 3.5 and newer. Python 3.5 support is intended to last until its end-of-life date of 2019-09-13: https://devguide.python.org/#status-of-python-branches
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 9b034e2..0401412 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
-envlist = py27,py34,py35,py36,p37,pypy
+envlist = py35,py36,p37
[pytest]
addopts = -v --cov rsa --cov-report term-missing