We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b69647 commit 751e332Copy full SHA for 751e332
1 file changed
.travis.yml
@@ -34,13 +34,13 @@ deploy:
34
script: docs/publish.sh
35
skip_cleanup: true
36
on:
37
- python: '2.7'
+ python: '3.5'
38
branch: master
39
- provider: script
40
script: npx semantic-release
41
42
43
44
45
- provider: pypi
46
user: ehdsouza
@@ -49,5 +49,5 @@ deploy:
49
repository: https://upload.pypi.org/legacy
50
51
52
53
0 commit comments