File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,23 @@ matrix:
2222 env :
2323 - KERAS_IMPLEMENTATION="tensorflow"
2424 - TENSORFLOW_WHEEL="https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp27-none-linux_x86_64.whl"
25+ - name : " nightly"
26+ env :
27+ - TENSORFLOW_VERSION="nightly"
28+ - TENSORFLOW_PYTHON="/usr/bin/python3"
2529 - name : " TensorFlow (TensorFlow 2.0-preview)"
2630 env :
2731 - KERAS_IMPLEMENTATION="tensorflow"
28- - TENSORFLOW_WHEEL="https://files.pythonhosted.org/packages/b8/48/983c8af6e63cfeebb6bb89866c38ea7d16491b8f72309f27df41b33a751e /tf_nightly_2.0_preview-1.13 .0.dev20190117 -cp27-cp27mu-manylinux1_x86_64.whl"
32+ - TENSORFLOW_WHEEL="https://files.pythonhosted.org/packages/ba/98/b0b9b83c9eddb9a112e0f928481c78232e1675397ccc717d1dcd92b8544b /tf_nightly_2.0_preview-2.0 .0.dev20190319 -cp27-cp27mu-manylinux1_x86_64.whl"
2933 allow_failures :
34+ - name : " nightly"
35+ env :
36+ - TENSORFLOW_VERSION="nightly"
37+ - TENSORFLOW_PYTHON="/usr/bin/python3"
3038 - name : " TensorFlow (TensorFlow 2.0-preview)"
3139 env :
3240 - KERAS_IMPLEMENTATION="tensorflow"
33- - TENSORFLOW_WHEEL="https://files.pythonhosted.org/packages/b8/48/983c8af6e63cfeebb6bb89866c38ea7d16491b8f72309f27df41b33a751e /tf_nightly_2.0_preview-1.13 .0.dev20190117 -cp27-cp27mu-manylinux1_x86_64.whl"
41+ - TENSORFLOW_WHEEL="https://files.pythonhosted.org/packages/ba/98/b0b9b83c9eddb9a112e0f928481c78232e1675397ccc717d1dcd92b8544b /tf_nightly_2.0_preview-2.0 .0.dev20190319 -cp27-cp27mu-manylinux1_x86_64.whl"
3442
3543cache :
3644 packages : true
You can’t perform that action at this time.
0 commit comments