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

test 9

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