2121 # Backward Compatibility in insured for release less than 1 year old.
2222 # https://pypi.org/project/tensorflow/#history
2323 matrix :
24- - _TF_VERSION=1.10.0 # Remove on Apr 28, 2019
24+ - _TF_VERSION=1.10.1 # Remove on Apr 28, 2019
2525 - _TF_VERSION=1.9.0 # Remove on Apr 28, 2019
2626 - _TF_VERSION=1.8.0 # Remove on Apr 28, 2019
2727 - _TF_VERSION=1.7.1 # Remove on May 08, 2019
2828 - _TF_VERSION=1.7.0 # Remove on Mar 29, 2019
2929 - _TF_VERSION=1.6.0 # Remove on Mar 01, 2019
30- # - _TF_VERSION=1.5.1 # Remove on Mar 20, 2019
31- # - _TF_VERSION=1.5.0 # Remove on Jan 26, 2019
32- # - _TF_VERSION=1.4.1 # Remove on Dec 08, 2018
33- # - _TF_VERSION=1.4.0 # Remove on Nov 01, 2018
3430
3531 global :
3632
@@ -61,7 +57,7 @@ install:
6157 if [[ -v _DOC_AND_YAPF_TEST ]]; then
6258 pip install tensorflow
6359 pip install yapf
64- pip install -r requirements/requirements_doc.txt
60+ pip install -e .[doc]
6561 else
6662 pip install tensorflow==$_TF_VERSION
6763 pip install -e .[all_cpu_dev]
@@ -97,7 +93,7 @@ deploy:
9793 on :
9894 tags : true
9995 python : ' 3.6'
100- condition : ' $_TF_VERSION = 1.10.0 '
96+ condition : ' $_TF_VERSION = 1.10.1 '
10197
10298# Documentation: https://docs.travis-ci.com/user/deployment/releases/
10399- provider : releases
@@ -110,4 +106,4 @@ deploy:
110106 on :
111107 tags : true
112108 python : ' 3.6'
113- condition : ' $_TF_VERSION = 1.10.0 '
109+ condition : ' $_TF_VERSION = 1.10.1 '
0 commit comments