1 Star 0 Fork 0

littleTesting/building-machine-learning-pipelines

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hannes Hapke 提交于 2020-07-15 12:29 +08:00 . updated tests
dist: xenial
language: python
sudo: false
python:
- "3.6"
# - "3.7"
# - "3.8"
install:
- pip install -U -r requirements/requirements.txt
- pip install -U -r requirements/test_requirements.txt
# command to run tests, e.g. python setup.py test
script:
- export PYTHONPATH=$PYTHONPATH:`pwd`/chapters/appendix_c/tfx_template_example
- pytest . chapters/appendix_c/tfx_template_example/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/littleTesting/building-machine-learning-pipelines.git
git@gitee.com:littleTesting/building-machine-learning-pipelines.git
littleTesting
building-machine-learning-pipelines
building-machine-learning-pipelines
master

搜索帮助