From 41db886d63a46c8d137106e65c2a9eece0dc7d5c Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 9 Mar 2021 22:22:25 +1100 Subject: [PATCH] Update tox Python to match Python 3.4 in deployment docs. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3c57e802..9ef6dac3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py33 +envlist = py34 skipsdist = True sitepackages = False