Ai
2 Star 0 Fork 0

mirrors_android_source/rsa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hugo van Kemenade 提交于 2020-11-20 05:40 +08:00 . Declare support for and test Python 3.9
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
envlist = py35,py36,p37,p38,p39
[pytest]
addopts = -v --cov rsa --cov-report term-missing
[testenv]
deps = pipenv
commands =
pipenv install --dev --deploy
pipenv run py.test tests/
[testenv:py37]
whitelist_externals = pipenv
commands=
pipenv install -v
pipenv run py.test --doctest-modules rsa tests/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/rsa.git
git@gitee.com:mirrors_android_source/rsa.git
mirrors_android_source
rsa
rsa
main

搜索帮助