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 b1d114e commit 1b14ac8Copy full SHA for 1b14ac8
.travis.yml
@@ -20,9 +20,9 @@ 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
- pip2.7 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp27-none-linux_x86_64.whl
+ 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
24
else
25
- pip2.7 install tensorflow
+ pip2.7 install --upgrade --ignore-installed --user travis tensorflow
26
fi
27
- pip show tensorflow
28
0 commit comments