Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit c4a4176

Browse files
committed
Fix deployment using Python 3.7
The Xenial environment needs to be used. See https://docs.travis-ci.com/user/languages/python/#python-37-and-higher for further information.
1 parent e4bae28 commit c4a4176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
dist: xenial
1818
- stage: PyPI release
1919
python: 3.7
20+
dist: xenial
2021
deploy:
2122
provider: pypi
2223
distributions: sdist

0 commit comments

Comments
 (0)