1 Star 0 Fork 48

davidwongiiss/pillow

forked from openKylin/pillow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
LLL 提交于 2022-06-27 15:20 . Import Upstream version 7.0.0
# Tox (https://tox.readthedocs.io/en/latest/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist =
lint
py{35,36,37,38,py3}
minversion = 1.9
[testenv]
commands =
{envpython} setup.py clean
{envpython} setup.py build_ext --inplace
{envpython} selftest.py
{envpython} -m pytest {posargs}
deps =
cffi
numpy
olefile
pyroma
pytest
[testenv:lint]
commands =
black --target-version py35 --check --diff .
flake8 --statistics --count
isort --check-only --diff
check-manifest
deps =
black
check-manifest
flake8
isort
skip_install = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/davidwongiiss/pillow.git
git@gitee.com:davidwongiiss/pillow.git
davidwongiiss
pillow
pillow
openkylin/yangtze

搜索帮助