Skip to content

Commit 1ed7164

Browse files
Merge pull request #1598 from zhaoqin-github/v3.0.11.2
Allow to deploy artifacts in Python 2.7.15 environment
2 parents d103e03 + bfb8401 commit 1ed7164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
on:
4848
all_branches: true
4949
tags: true
50-
python: 2.7
50+
python: 2.7.15
5151
skip_cleanup: true
5252
- provider: releases
5353
api_key: ${GITHUB_TOKEN}
@@ -62,7 +62,7 @@ deploy:
6262
repo: F5Networks/f5-common-python
6363
all_branches: true
6464
tags: true
65-
python: 2.7
65+
python: 2.7.15
6666

6767
notifications:
6868
slack:

0 commit comments

Comments
 (0)