Skip to content

Commit 89dc26a

Browse files
committed
.travis.yml: change python version to 3.9
Signed-off-by: Huang Rui <[email protected]>
1 parent 4ea7007 commit 89dc26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
- python setup.py sdist
1515
- python setup.py bdist
1616
- if [ $(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))') == 2.7 ]; then twine check dist/* ; fi
17-
- if [ $(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))') == 2.7 ]; then twine check dist/* ; fi
17+
- if [ $(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))') == 3.9 ]; then twine check dist/* ; fi
1818

1919
deploy:
2020
provider: pypi

0 commit comments

Comments
 (0)