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

test 9

上级 6bd1fa89
......@@ -6,7 +6,7 @@ cache:
- $HOME/download
- $HOME/.cache/pip
- $HOME/.theano
- $HOME/miniconda2/envs/pyenv
- $HOME/miniconda2
language: python
......@@ -18,6 +18,7 @@ python:
before_install:
- chmod +x ./.travis/travis_before_install.sh
- ./.travis/travis_before_install.sh
- export PATH=/home/travis/miniconda2/bin:$PATH
addons:
apt_packages:
......
......@@ -7,5 +7,4 @@ if ! test -e $HOME/miniconda2/bin ; then
$HOME/download/miniconda.sh -b
else
echo "miniconda already installed."
fi
export PATH=/home/travis/miniconda2/bin:$PATH
\ No newline at end of file
fi
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论