Skip to content

Commit 1b14ac8

Browse files
install as travis user
1 parent b1d114e commit 1b14ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ before_script:
2020
- pip2.7 install --upgrade --ignore-installed --user travis virtualenv
2121
- pip2.7 install --upgrade --ignore-installed --user travis keras h5py pyyaml requests Pillow scipy theano
2222
- 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
23+
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
2424
else
25-
pip2.7 install tensorflow
25+
pip2.7 install --upgrade --ignore-installed --user travis tensorflow
2626
fi
2727
- pip show tensorflow
2828

0 commit comments

Comments
 (0)