We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe7183 commit c7a9ef5Copy full SHA for c7a9ef5
1 file changed
.travis.yml
@@ -17,7 +17,7 @@ branches:
17
- /^\d+\.\d+(\.\d+)?(\S*)?$/
18
19
python:
20
- - "3.6.4"
+ - "3.7"
21
- "3.5"
22
# - "2.7" # TensorLayer 2.0 does not support python2 now
23
@@ -56,7 +56,7 @@ env:
56
57
matrix:
58
include:
59
- - python: '3.6.4'
+ - python: '3.6'
60
env:
61
- _DOC_AND_YAPF_TEST=True
62
@@ -100,7 +100,7 @@ deploy:
100
skip_cleanup: true
101
on:
102
tags: true
103
- python: '3.6.4'
+ python: '3.6'
104
condition: '$_TF_VERSION = 2.0.0-rc1'
105
# condition: '$_TF_VERSION = 1.11.0'
106
@@ -114,6 +114,6 @@ deploy:
114
api_key: '$GITHUB_PERSONAL_TOKEN'
115
116
117
118
119
0 commit comments