We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbd550 commit 32137d8Copy full SHA for 32137d8
.travis.yml
@@ -3,7 +3,7 @@ sudo: false
3
4
python:
5
- "3.5"
6
- - "3.6"
+# - "3.6"
7
8
#services:
9
# - redis-server
@@ -38,10 +38,10 @@ deploy:
38
on:
39
branch: master
40
41
- - provider: releases
42
- api_key: $GITHUB_AUTH
43
- file: dist/*.tar.gz
44
- file_glob: true
45
- skip_cleanup: true
46
- on:
47
- tags: true
+ #- provider: releases
+ # api_key: $GITHUB_AUTH
+ # file: dist/*.tar.gz
+ # file_glob: true
+ # skip_cleanup: true
+ # on:
+ # tags: true
0 commit comments