1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

tox: add minium required tox and venv versions

This commit is contained in:
Tobias Binkowski 2021-12-08 17:28:28 +01:00 committed by Alex Forencich
parent c027055eaa
commit 43d86e506a

View File

@ -2,6 +2,8 @@
[tox]
envlist = py3
skipsdist = True
minversion = 3.2.0
requires = virtualenv >= 16.1
[gh-actions]
python =