summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-12-14 09:13:11 +0100
committerPierre Ossman <ossman@cendio.se>2020-12-14 13:48:54 +0100
commit96eda1a5c71a9b0bc53cb60c8bf0ac67f38191bd (patch)
treed6afe5582c938c0b54caf224a21401e7cb571f04 /tox.ini
parente80739b296fe976c515e854f8b36504787469fa5 (diff)
downloadwebsockify-96eda1a5c71a9b0bc53cb60c8bf0ac67f38191bd.tar.gz
Remove support for older Python
All active distributions should now support at least Python 3.4, so let's clean things up by removing older compatibility code.
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 79f7201..526eff6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py24,py26,py27,py33,py34
+envlist = py34
[testenv]
commands = nosetests {posargs}