1 Star 0 Fork 11

jeason/dingtalk-sdk

forked from 007/dingtalk-sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 829 Bytes
一键复制 编辑 原始数据 按行查看 历史
007 提交于 2018-05-13 22:03 . pypy version
[tox]
envlist = {py27,py34,py35,py36,pypy,pypy3}-{cryptography,pycrypto}
[testenv]
usedevelop = True
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6
pypy: pypy
pypy3: pypy3
deps =
-rdev-requirements.txt
commands =
pytest -v
[testenv:py27-cryptography]
extras=cryptography
[testenv:py27-pycrypto]
extras=pycrypto
[testenv:py34-cryptography]
extras=cryptography
[testenv:py34-pycrypto]
extras=pycrypto
[testenv:py35-cryptography]
extras=cryptography
[testenv:py35-pycrypto]
extras=pycrypto
[testenv:py36-cryptography]
extras=cryptography
[testenv:py36-pycrypto]
extras=pycrypto
[testenv:pypy-cryptography]
extras=cryptography
[testenv:pypy-pycrypto]
extras=pycrypto
[testenv:pypy3-cryptography]
extras=cryptography
[testenv:pypy3-pycrypto]
extras=pycrypto
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/famer/dingtalk-sdk.git
git@gitee.com:famer/dingtalk-sdk.git
famer
dingtalk-sdk
dingtalk-sdk
master

搜索帮助