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: