aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-27 14:19:30 -0800
committerDavid Lord <davidism@gmail.com>2020-02-05 08:37:40 -0800
commite52b42d3efb9ace10ea5543e3e856eff09057a93 (patch)
treeda50681d34343615610dc70f27da956dab84a402 /tox.ini
parentf28b25ea623fdc08dcdf573af837048314360bb7 (diff)
downloadjinja-e52b42d3efb9ace10ea5543e3e856eff09057a93.tar.gz
remove unsupported test envs
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 679ebebe..736b6e75 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