Skip to content

Commit

Permalink
update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 30, 2023
1 parent 4297381 commit 1070515
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[tox]
envlist = py36, py37, py38, flake8
envlist = py38, py39, flake8
requires = pip >= 20.0
opts = -v

[travis]
python =
3.9: py39
3.8: py38
3.7: py37
3.6: py36

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit 1070515

Please sign in to comment.