From dcdeab1a4a61efc76cd41f3fcd3f21d71fe47597 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 16 Jul 2018 03:29:15 +0000 Subject: [PATCH] Add py3 to the default tox env list Add a py3 environment to tox's list of default envs so that it will be included in a basic `tox` run. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 98fa5ec..3e19868 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ [tox] minversion = 2.0 -envlist = dist, docs, flake8, yamllint +envlist = dist, docs, flake8, yamllint, py3 skipsdist = True [testenv] -- 2.11.0