1 Star 0 Fork 0

李贞/alphalens

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
James Christopher 提交于 2016-07-28 13:18 . MAINT updated tox, example NB
[tox]
envlist=py{27,35}-pandas{16,17,18}
skip_missing_interpreters=True
[testenv]
commands=
py{27,35}-pandas16: pip install -vv pandas>=0.16,<0.17
py{27,35}-pandas17: pip install -vv pandas>=0.17,<0.18
py{27,35}-pandas18: pip install -vv pandas>=0.18,<0.19
pip install .[test]
# cd out of the alphalens root so that we actually use what we installed
# with our sdist. Otherwise, our imports will find alphalens' source from
# our CWD.
/bin/bash -c 'cd /tmp && nosetests -P {toxinidir}'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lizhen_hbu/alphalens.git
git@gitee.com:lizhen_hbu/alphalens.git
lizhen_hbu
alphalens
alphalens
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385