11 lines
173 B
INI
11 lines
173 B
INI
[tox]
|
|
envlist = py36,py37,py38,py39,py310
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
-rrequirements.txt
|
|
whitelist_externals =
|
|
cargo
|
|
commands = py.test -v test.py
|