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

One test again before the return of the king.

上级 633eb5d3
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
sudo: false sudo: false
cache: cache:
directories: directories:
- $HOME/download - $HOME/download # Sufficient to add miniconda.sh to TRAVIS cache.
- $HOME/.cache/pip - $HOME/.cache/pip
- $HOME/.theano - $HOME/.theano
- $HOME/miniconda2 - $HOME/miniconda2 # Add the installation to TRAVIS cache.
language: python language: python
...@@ -14,6 +14,13 @@ python: ...@@ -14,6 +14,13 @@ python:
- "2.7" - "2.7"
- "3.3" - "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 # command to install dependencies
before_install: before_install:
- chmod +x ./.travis/travis_before_install.sh - chmod +x ./.travis/travis_before_install.sh
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论