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

Commit e6352db

Browse files
committed
Switch deployment platform from Python 2.7 to 3.6
1 parent f78fa20 commit e6352db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ deploy:
2424
on:
2525
branch: master
2626
tags: false
27-
condition: $TRAVIS_PYTHON_VERSION = "2.7"
27+
# At Apr 2021, the get-pip.py used by Travis CI requires Python 3.6+
28+
condition: $TRAVIS_PYTHON_VERSION = "3.6"
2829

2930
- # production pypi
3031
provider: pypi
@@ -35,5 +36,6 @@ deploy:
3536
on:
3637
branch: master
3738
tags: true
38-
condition: $TRAVIS_PYTHON_VERSION = "2.7"
39+
# At Apr 2021, the get-pip.py used by Travis CI requires Python 3.6+
40+
condition: $TRAVIS_PYTHON_VERSION = "3.6"
3941

0 commit comments

Comments
 (0)