We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b14ac8 commit 26701c6Copy full SHA for 26701c6
.travis.yml
@@ -19,7 +19,8 @@ cache:
19
before_script:
20
- pip2.7 install --upgrade --ignore-installed --user travis virtualenv
21
- pip2.7 install --upgrade --ignore-installed --user travis keras h5py pyyaml requests Pillow scipy theano
22
- - if [[ $TENSORFLOW_VERSION == "1.12" ]]; then
+ - |
23
+ if [[ $TENSORFLOW_VERSION == "1.12" ]]; then
24
pip2.7 install --upgrade --ignore-installed --user travis https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp27-none-linux_x86_64.whl
25
else
26
pip2.7 install --upgrade --ignore-installed --user travis tensorflow
0 commit comments