369ca929创建于 2022年9月5日历史提交
[tox]
skipsdist = true
envlist = py36,py37,py38,py39

[testenv]
# install pytest in the virtualenv where commands will be executed
commands = pytest tests
deps =
 -rrequirements-x86.txt