1 Star 0 Fork 3

djy1989/ezdxf

forked from averagePerson/ezdxf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox-template.ini 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
mozman 提交于 2021-02-23 06:09 . update tox-template.ini to use pypy3.7
# 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.
# copy this file as "tox.ini", but do not add to git
[tox]
envlist = py37, py38, py39, pypy3.7
[testenv]
commands = {envpython} -m pytest tests integration_tests
deps =
pytest
pyparsing
geomdl
setenv =
EZDXF_TEST_FILES = .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/djy1989/ezdxf.git
git@gitee.com:djy1989/ezdxf.git
djy1989
ezdxf
ezdxf
master

搜索帮助