Skip to content

Commit afe7183

Browse files
committed
Update CI
1 parent aabacd8 commit afe7183

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ branches:
1717
- /^\d+\.\d+(\.\d+)?(\S*)?$/
1818

1919
python:
20-
- "3.6"
20+
- "3.6.4"
2121
- "3.5"
2222
# - "2.7" # TensorLayer 2.0 does not support python2 now
2323

@@ -56,7 +56,7 @@ env:
5656

5757
matrix:
5858
include:
59-
- python: '3.6'
59+
- python: '3.6.4'
6060
env:
6161
- _DOC_AND_YAPF_TEST=True
6262

@@ -100,7 +100,7 @@ deploy:
100100
skip_cleanup: true
101101
on:
102102
tags: true
103-
python: '3.6'
103+
python: '3.6.4'
104104
condition: '$_TF_VERSION = 2.0.0-rc1'
105105
# condition: '$_TF_VERSION = 1.11.0'
106106

@@ -114,6 +114,6 @@ deploy:
114114
api_key: '$GITHUB_PERSONAL_TOKEN'
115115
on:
116116
tags: true
117-
python: '3.6'
117+
python: '3.6.4'
118118
condition: '$_TF_VERSION = 2.0.0-rc1'
119119
# condition: '$_TF_VERSION = 1.11.0'

0 commit comments

Comments
 (0)