From 62cb67ec670f70dc22a7c7ad2e738c8235164b33 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 17 Dec 2018 15:38:28 -0800 Subject: [PATCH] default to any py3 test (#6609) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 61cee8eff..b672286ac 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ [tox] skipsdist = true -envlist = modification,py{34,35,36},py27-cover,lint +envlist = modification,py3,py27-cover,lint [base] # pip installs the requested packages in editable mode