提交 1ebdbe14 编写于 作者: C cclauss 提交者: François Chollet

Travis CI: reduce hardcoding of Python 3 versions (#10705)

* Try testing on Python 3.7

* Try theano

* Update .travis.yml

* Don't pip install tensorflow

* Travis CI: reduce hardcoding of Python 3 versions

Python 2.7 needs __pil__ but _all other_ currently supported versions of Python need __Pillow__ instead.
上级 583f92a6
......@@ -50,7 +50,7 @@ install:
# install PIL for preprocessing tests
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
conda install pil;
elif [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
else
conda install Pillow;
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册