Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
changed to use up2date tensorflow (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
linxihui authored and the-moliver committed May 3, 2017
1 parent f79f4a5 commit fc1ff55
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fc1ff55

Please sign in to comment.