1 Star 0 Fork 3

djy1989/ezdxf

forked from averagePerson/ezdxf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox-extras.ini 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
mozman 提交于 2020-12-12 07:32 . update build files and README
# 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 = py39
# install optional packages to test all
[testenv]
commands = {envpython} -m pytest tests integration_tests
deps =
# numpy 1.19.4 has a known bug on Windows
numpy >= 1.20.0rc1
pytest
pyparsing
geomdl
matplotlib
pyqt5
setenv =
EZDXF_TEST_FILES = .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/djy1989/ezdxf.git
git@gitee.com:djy1989/ezdxf.git
djy1989
ezdxf
ezdxf
master

搜索帮助