Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed May 23, 2018
1 parent c1c48d0 commit 77f128e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- 2.7
cache: pip
install:
- pip install .
- pip install -e .
- pip install pytest-cov flake8
script:
- pytest --cov=audioscrape
Expand All @@ -13,7 +13,6 @@ script:
deploy:
provider: pypi
user: carlthome
skip_cleanup: true
on:
tags: true
branch: master
Expand Down

0 comments on commit 77f128e

Please sign in to comment.