提交 b51af216 authored 作者: notoraptor's avatar notoraptor

One test again before the return of the king.

上级 633eb5d3
......@@ -3,10 +3,10 @@
sudo: false
cache:
directories:
- $HOME/download
- $HOME/download # Sufficient to add miniconda.sh to TRAVIS cache.
- $HOME/.cache/pip
- $HOME/.theano
- $HOME/miniconda2
- $HOME/miniconda2 # Add the installation to TRAVIS cache.
language: python
......@@ -14,6 +14,13 @@ python:
- "2.7"
- "3.3"
# NB:
# In before_install and install sections below,
# some codes have been moved to separate files
# to better handle if-else shell syntax
# for multiple lines. New files are in
# new .travis folder added.
# command to install dependencies
before_install:
- chmod +x ./.travis/travis_before_install.sh
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论