Skip to content

Commit 32137d8

Browse files
committed
- updated travis file
1 parent 4cbd550 commit 32137d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33

44
python:
55
- "3.5"
6-
- "3.6"
6+
# - "3.6"
77

88
#services:
99
# - redis-server
@@ -38,10 +38,10 @@ deploy:
3838
on:
3939
branch: master
4040

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
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

0 commit comments

Comments
 (0)