From 472252ee1805a60c0aeb02cbef0127082d7129f3 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Thu, 29 Jul 2021 21:02:15 +0300 Subject: [PATCH] Add Python interpreters to Tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f183e5..30b221a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = flake8, py26, py27, py34, py35, pypy +envlist = flake8, py26, py27, py34, py35, py36, py37, py38, pypy [flake8] max-line-length = 120