加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
辉耀 提交于 2024-06-07 15:47 . first commit
[tox]
envlist = py34, py35, py36, py37, py38-dev
[testenv]
passenv =
CI
TRAVIS*
py36: CODACY_PROJECT_TOKEN
deps =
-r{toxinidir}/requirements/test.txt
py36: -r{toxinidir}/requirements/test_black.txt
commands =
pip install -U pip
pytest
pyt36: flake8 setup.py digestiflow_demux
py36: black -l 100 --check .
py36: python-codacy-coverage -r coverage.xml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化