Skip to content

Commit

Permalink
Allow to deploy artifacts in Python 2.7.15 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoqin-github committed Jun 7, 2021
1 parent 0b64316 commit bfb8401
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 bfb8401

Please sign in to comment.