1 Star 0 Fork 0

JCXY/SimpleITK-Notebooks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ziv Yaniv 提交于 2017-03-09 18:37 . Enable widget notebook extension.
# Tox (http://tox.testrun.org/) 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 = py27, py34
# skipsdist set to true, otherwise tox will look for setup.py which we don't have
skipsdist=True
[testenv]
passenv = *
commands =
jupyter nbextension enable --py --sys-prefix widgetsnbextension
pytest -v -m "python_notebook" --tb=short tests/test_notebooks.py
deps = -rrequirements_dev.txt
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JCXY/SimpleITK-Notebooks.git
git@gitee.com:JCXY/SimpleITK-Notebooks.git
JCXY
SimpleITK-Notebooks
SimpleITK-Notebooks
master

搜索帮助