Skip to content

Commit 751e332

Browse files
committed
doc(travis): update python version for release
1 parent 3b69647 commit 751e332

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ deploy:
3434
script: docs/publish.sh
3535
skip_cleanup: true
3636
on:
37-
python: '2.7'
37+
python: '3.5'
3838
branch: master
3939
- provider: script
4040
script: npx semantic-release
4141
skip_cleanup: true
4242
on:
43-
python: '2.7'
43+
python: '3.5'
4444
branch: master
4545
- provider: pypi
4646
user: ehdsouza
@@ -49,5 +49,5 @@ deploy:
4949
repository: https://upload.pypi.org/legacy
5050
skip_cleanup: true
5151
on:
52-
python: '2.7'
52+
python: '3.5'
5353
branch: master

0 commit comments

Comments
 (0)