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

Commit 493f008

Browse files
committed
Only distribute from Python 3.6.
Now that PyOTA has universal wheels again, we don't need to build distros using different versions of Python.
1 parent e935d42 commit 493f008

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
@@ -9,6 +9,7 @@ script: nosetests
99
deploy:
1010
on:
1111
branch: master
12+
python: '3.6'
1213
provider: pypi
1314
distribution: 'bdist_wheel sdist'
1415
skip_upload_docs: true

0 commit comments

Comments
 (0)