Skip to content

Commit

Permalink
Add before_deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Apr 19, 2018
1 parent 0dac18d commit db8058b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ python:
install:
- pip install .
script: python -m unittest discover
deploy:
before_deploy:
- "rm -R .eggs"
- "rm -R pylttb/__pycache__"
- "rm -R dist/"
- "rm -R pylttb.egg-info/"
deploy:
clean_up: true
provider: pypi
username: dexter2206
Expand Down

0 comments on commit db8058b

Please sign in to comment.