changed to use up2date tensorflow (#79)

This commit is contained in:
Eric Xihui Lin
2017-05-03 01:01:19 -04:00
committed by Michael Oliver
parent f79f4a55c9
commit fc1ff55507
+2 -6
View File
@@ -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: