Skip to content

Commit

Permalink
.travis.yml: change python version to 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Rui <[email protected]>
  • Loading branch information
vowstar committed Dec 6, 2020
1 parent 4ea7007 commit 89dc26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
- python setup.py sdist
- python setup.py bdist
- if [ $(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))') == 2.7 ]; then twine check dist/* ; fi
- if [ $(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))') == 2.7 ]; then twine check dist/* ; fi
- if [ $(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))') == 3.9 ]; then twine check dist/* ; fi

deploy:
provider: pypi
Expand Down

0 comments on commit 89dc26a

Please sign in to comment.