Skip to content

Commit

Permalink
Disabling the pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Feb 17, 2018
1 parent f97bdef commit 6f38b0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -52,7 +52,8 @@ deploy:
tags: false
branch: master
python: '2.7'
condition: '"$YAML" = "pyyaml"'
condition: 'False'
# condition: '"$YAML" = "pyyaml"'
- provider: pypi
user: whart111
password:
Expand All @@ -62,4 +63,5 @@ deploy:
tags: true
branch: master
python: '2.7'
condition: '"$YAML" = "pyyaml"'
condition: 'False'
# condition: '"$YAML" = "pyyaml"'

0 comments on commit 6f38b0b

Please sign in to comment.