1 Star 0 Fork 0

NatureLiu/python-pinyin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
mozillazg 提交于 2020-01-01 17:12 . Support Python 3.8
# Tox (http://tox.testrun.org/) 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 = py26, py27, py33, py34, py35, py36, py37, py38, pypy, pypy3
[base]
deps =
pytest
pytest-cov
pytest-random-order
[testenv]
deps = {[base]deps}
commands = py.test --cov pypinyin tests/
[oldpy]
deps =
pytest<3.3.0
pytest-cov<2.6.0
pytest-random-order<0.8
[testenv:py26]
deps = {[oldpy]deps}
[testenv:py27]
deps = {[oldpy]deps}
[testenv:py33]
deps = {[oldpy]deps}
[testenv:py34]
deps = {[oldpy]deps}
[testenv:pypy]
deps = {[oldpy]deps}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ulipcb/python-pinyin.git
git@gitee.com:ulipcb/python-pinyin.git
ulipcb
python-pinyin
python-pinyin
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385