Skip to content

Commit

Permalink
fix travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Lee committed Mar 25, 2017
1 parent d2bfaee commit 915ae89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- '3.5'
- '3.6'
install: pip install -r requirements.pip
script: run_coverage.sh
script: bash ./run_coverage.sh
deploy:
provider: pypi
on:
Expand Down

0 comments on commit 915ae89

Please sign in to comment.