From 7f9657009b17f046dff594d0575cafd42dfc55c7 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 27 Dec 2021 16:53:30 -0800 Subject: [PATCH] Specify min tox and venv versions --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index a03b06ce..614a00d9 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,8 @@ [tox] envlist = py3 skipsdist = True +minversion = 3.2.0 +requires = virtualenv >= 16.1 [gh-actions] python =