1 Star 0 Fork 0

xBlackSwan/AlphaGo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
languate: python
python:
- "2.7"
# Setup anaconda
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda2/bin:$PATH
- conda update --yes conda
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
# Install packages
install:
- conda install --yes python=2.7 numpy scipy matplotlib pandas pytest h5py
- pip install --user --no-deps Keras==0.3.1 Theano==0.7.0
# run unit tests
script: python -m unittest discover
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xBlackSwan/AlphaGo.git
git@gitee.com:xBlackSwan/AlphaGo.git
xBlackSwan
AlphaGo
AlphaGo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385