Skip to content

Commit

Permalink
- updated travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0hn committed Mar 31, 2017
1 parent 4cbd550 commit 32137d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false

python:
- "3.5"
- "3.6"
# - "3.6"

#services:
# - redis-server
Expand Down Expand Up @@ -38,10 +38,10 @@ deploy:
on:
branch: master

- provider: releases
api_key: $GITHUB_AUTH
file: dist/*.tar.gz
file_glob: true
skip_cleanup: true
on:
tags: true
#- provider: releases
# api_key: $GITHUB_AUTH
# file: dist/*.tar.gz
# file_glob: true
# skip_cleanup: true
# on:
# tags: true

0 comments on commit 32137d8

Please sign in to comment.