From 36deacc8caaf76ecc1e3652da11ad87c1ffca74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com> Date: Tue, 15 Jun 2021 07:50:10 +0200 Subject: [PATCH] Add ls in tox commands --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a49b265..1d7d3da 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, flake8 +envlist = flake8 [testenv:flake8] basepython = python -- GitLab