Skip to content

Commit

Permalink
Merge pull request #1598 from zhaoqin-github/v3.0.11.2
Browse files Browse the repository at this point in the history
Allow to deploy artifacts in Python 2.7.15 environment
  • Loading branch information
zhaoqin-github authored Jun 7, 2021
2 parents d103e03 + bfb8401 commit 1ed7164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ deploy:
on:
all_branches: true
tags: true
python: 2.7
python: 2.7.15
skip_cleanup: true
- provider: releases
api_key: ${GITHUB_TOKEN}
Expand All @@ -62,7 +62,7 @@ deploy:
repo: F5Networks/f5-common-python
all_branches: true
tags: true
python: 2.7
python: 2.7.15

notifications:
slack:
Expand Down

0 comments on commit 1ed7164

Please sign in to comment.