未验证 提交 64a10def 编写于 作者: W wuzewu 提交者: GitHub

Update .travis.yml

上级 ce7c5044
......@@ -22,11 +22,11 @@ env:
install:
- if [[ $TRAVIS_OS_NAME == osx ]]; then
pip3 install --upgrade paddlepaddle
pip3 install -r requirements.txt
pip3 install --upgrade paddlepaddle;
pip3 install -r requirements.txt;
else
pip install --upgrade paddlepaddle
pip install -r requirements.txt
pip install --upgrade paddlepaddle;
pip install -r requirements.txt;
fi
notifications:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册