21
21
# Backward Compatibility in insured for release less than 1 year old.
22
22
# https://pypi.org/project/tensorflow/#history
23
23
matrix :
24
- - _TF_VERSION=1.10.0 # Remove on Apr 28, 2019
24
+ - _TF_VERSION=1.10.1 # Remove on Apr 28, 2019
25
25
- _TF_VERSION=1.9.0 # Remove on Apr 28, 2019
26
26
- _TF_VERSION=1.8.0 # Remove on Apr 28, 2019
27
27
- _TF_VERSION=1.7.1 # Remove on May 08, 2019
28
28
- _TF_VERSION=1.7.0 # Remove on Mar 29, 2019
29
29
- _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
34
30
35
31
global :
36
32
@@ -61,7 +57,7 @@ install:
61
57
if [[ -v _DOC_AND_YAPF_TEST ]]; then
62
58
pip install tensorflow
63
59
pip install yapf
64
- pip install -r requirements/requirements_doc.txt
60
+ pip install -e .[doc]
65
61
else
66
62
pip install tensorflow==$_TF_VERSION
67
63
pip install -e .[all_cpu_dev]
@@ -97,7 +93,7 @@ deploy:
97
93
on :
98
94
tags : true
99
95
python : ' 3.6'
100
- condition : ' $_TF_VERSION = 1.10.0 '
96
+ condition : ' $_TF_VERSION = 1.10.1 '
101
97
102
98
# Documentation: https://docs.travis-ci.com/user/deployment/releases/
103
99
- provider : releases
@@ -110,4 +106,4 @@ deploy:
110
106
on :
111
107
tags : true
112
108
python : ' 3.6'
113
- condition : ' $_TF_VERSION = 1.10.0 '
109
+ condition : ' $_TF_VERSION = 1.10.1 '
0 commit comments