aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-29 19:10:51 -0800
committerDavid Lord <davidism@gmail.com>2020-01-29 19:10:51 -0800
commit92486d009f9288e916baafdf5a9b0741694e5d64 (patch)
treeb20ddadf8ee543dc8a277a5499411552d4f7ca3c /tox.ini
parentf46ae22f04986dfafdf37d003992928146702584 (diff)
downloadmarkupsafe-92486d009f9288e916baafdf5a9b0741694e5d64.tar.gz
drop Python 2.7, 3.4, 3.5 support
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 679ebeb..736b6e7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py{38,37,36,35,27,py3,py}
+ py{38,37,36,py3}
style
docs
skip_missing_interpreters = true