From 469c421639cc8ffa06ad766c6a1aaf660b56de8d Mon Sep 17 00:00:00 2001 From: Gourav Kumar Date: Sat, 25 Jun 2022 13:20:55 +0530 Subject: [PATCH] updated tox.ini --- tox.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 26661d5..6f0169e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,10 @@ [tox] -envlist = py39 +minversion = 3.8.0 +envlist = py38,py39,py310 [testenv] deps = pytest -commands = pytest \ No newline at end of file +commands = pytest + +[flake8] +max-line-length=125 \ No newline at end of file