1 Star 0 Fork 0

镜像库/wxpusher-sdk-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 570 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xuan (Sean) Hu 提交于 2020-02-17 13:56 . Better Topic Message Support. (#3)
# tox (https://tox.readthedocs.io/) 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 = py3, lint-py3
[testenv]
deps =
coverage
nose
pipenv
commands =
pipenv install --skip-lock
nosetests --with-coverage --cover-erase --cover-package=wxpusher
[testenv:lint-py3]
basepython = python3
deps =
pipenv
commands=
pipenv install --skip-lock --dev
pipenv run make lint
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dlcmirrors/wxpusher-sdk-python.git
git@gitee.com:dlcmirrors/wxpusher-sdk-python.git
dlcmirrors
wxpusher-sdk-python
wxpusher-sdk-python
master

搜索帮助