3 Star 0 Fork 0

mirrors_lepy / python-rsa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sybren A. Stüvel 提交于 2021-11-24 09:57 . Fix testing with Tox + Poetry
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
envlist = py36,py37,py38,py39,py310
isolated_build = True
[pytest]
addopts = -v --cov rsa --cov-report term-missing
[testenv]
deps = poetry
commands =
poetry install
poetry run py.test tests/
[testenv:py37]
whitelist_externals = poetry
commands=
poetry install
poetry run py.test --doctest-modules rsa tests/
1
https://gitee.com/mirrors_lepy/python-rsa.git
git@gitee.com:mirrors_lepy/python-rsa.git
mirrors_lepy
python-rsa
python-rsa
main

搜索帮助