Browse Source

updated tox.ini

find_closest_changes
Gourav Kumar 2 years ago
parent
commit
469c421639
  1. 8
      tox.ini

8
tox.ini

@ -1,6 +1,10 @@
[tox]
envlist = py39
minversion = 3.8.0
envlist = py38,py39,py310
[testenv]
deps = pytest
commands = pytest
commands = pytest
[flake8]
max-line-length=125
Loading…
Cancel
Save