From 78181884eaa1a98892e54c56de63d122e20369cc Mon Sep 17 00:00:00 2001 From: Marco Ceppi Date: Thu, 27 Feb 2020 08:46:08 -0500 Subject: [PATCH] Do not hard-lock tox to a python version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2ffd5ead4..aa36c4072 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py37 +envlist=py3 skipsdist=True minversion=2.5.0