From fc1ff555079fe20ed4aa8f0b6c780421aac877a7 Mon Sep 17 00:00:00 2001 From: Eric Xihui Lin Date: Wed, 3 May 2017 01:01:19 -0400 Subject: [PATCH] changed to use up2date tensorflow (#79) --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index dabe54768..3edc3eed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,12 +46,8 @@ install: - python setup.py install - # install TensorFlow - - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then - pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp27-none-linux_x86_64.whl; - elif [[ "$TRAVIS_PYTHON_VERSION" == "3.5" ]]; then - pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp35-cp35m-linux_x86_64.whl; - fi + # install TensorFlow (CPU) + - pip install tensorflow # command to run tests script: