2 Star 0 Fork 0

mirrors_sass/libsass-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anthony Sottile 提交于 2022-12-05 23:48 . require python3.7+
[tox]
envlist = py,pypy3,pre-commit
[testenv]
usedevelop = true
deps = -rrequirements-dev.txt
setenv = PWD={toxinidir}
commands =
coverage erase
coverage run -m pytest sasstests.py
coverage combine
coverage report
[testenv:pre-commit]
skip_install = true
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sass/libsass-python.git
[email protected]:mirrors_sass/libsass-python.git
mirrors_sass
libsass-python
libsass-python
main

搜索帮助