1 Star 1 Fork 0

suliveevil/python-shortcuts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander Akhmetov 提交于 2018-09-27 18:18 . New text actions + tests
[tox]
envlist = isort,flake8,mypy,py37,py36
skipsdist = True
[testenv]
whitelist_externals = pipenv
install_command = pipenv update {opts} {packages}
deps = --dev
commands = pytest --cov=shortcuts {posargs}
[testenv:flake8]
commands = flake8 shortcuts
[testenv:mypy]
commands = mypy shortcuts
[testenv:isort]
commands = isort -rc -c shortcuts
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/suliveevil/python-shortcuts.git
git@gitee.com:suliveevil/python-shortcuts.git
suliveevil
python-shortcuts
python-shortcuts
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385