9 lines
124 B
INI
9 lines
124 B
INI
[tox]
|
|
envlist = py36,py37,py38,py39,py310,py311
|
|
skipsdist = true
|
|
|
|
|
|
[testenv]
|
|
deps = .[test]
|
|
commands = python setup.py test
|