Skip to content

Commit

Permalink
Remove deployment aspect of travis-ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 19, 2020
1 parent e9bace4 commit 55c724f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ install:
- pip install coveralls
script:
- coverage run setup.py pytest
deploy:
provider: pypi
user: shlib
on:
tags: true
# deploy:
# provider: pypi
# user: shlib
# on:
# tags: true
after_success:
- coveralls

0 comments on commit 55c724f

Please sign in to comment.