mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-06-27 16:10:11 +08:00
changed to use up2date tensorflow (#79)
This commit is contained in:
committed by
Michael Oliver
parent
f79f4a55c9
commit
fc1ff55507
+2
-6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user