Skip to content

Commit

Permalink
define 3.6 as deploy version explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsdfnbch committed Nov 23, 2017
1 parent 927f775 commit 015e82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
script: pydocstyle pirant
- stage: Deploy
script: skip
python: 3.6
deploy:
provider: pypi
user: USERNAME
Expand All @@ -35,7 +36,7 @@ jobs:
distributions: "bdist_wheel"
on:
tags: true
python: 3.6

if: branch = master

stages:
Expand Down

0 comments on commit 015e82e

Please sign in to comment.