From 16f3e5e55bbdc48acd276d029ed9af52fc1b3892 Mon Sep 17 00:00:00 2001 From: Vsevolod Glumov Date: Tue, 16 Jan 2024 20:50:49 -0800 Subject: [PATCH] Revive tox.ini --- .github/workflows/pythonpackage.yml | 4 ---- tox.ini | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index e2e84e6..c03af8a 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -31,10 +31,6 @@ jobs: - name: Lint with flake8 run: | flake8 ddt.py test - # # stop the build if there are Python syntax errors or undefined names - # flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | pytest diff --git a/tox.ini b/tox.ini index 5a082a9..4f4a04b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py35 +envlist = py36,py37,py38,py39,py310 [testenv] deps =