Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release-1.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Apr 5, 2021
2 parents dd15994 + e6352db commit b9890f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ deploy:
on:
branch: master
tags: false
condition: $TRAVIS_PYTHON_VERSION = "2.7"
# At Apr 2021, the get-pip.py used by Travis CI requires Python 3.6+
condition: $TRAVIS_PYTHON_VERSION = "3.6"

- # production pypi
provider: pypi
Expand All @@ -35,5 +36,6 @@ deploy:
on:
branch: master
tags: true
condition: $TRAVIS_PYTHON_VERSION = "2.7"
# At Apr 2021, the get-pip.py used by Travis CI requires Python 3.6+
condition: $TRAVIS_PYTHON_VERSION = "3.6"

0 comments on commit b9890f9

Please sign in to comment.