From 0fefd70c77ae43bf925b05c6bbac23a58ee980fc Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 30 Jun 2019 10:18:16 -0400 Subject: [PATCH] Fix environment name in Tox config --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9af01e8..f0d89fd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py35,py36,37 +envlist = py34,py35,py36,py37 skipsdist = True [testenv]