Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Remove flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome authored Jul 28, 2018
1 parent 08e2c87 commit ae56e79
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 @@ -10,10 +10,9 @@ addons:
- sox
before_install: pip install cython # TODO This shouldn't be needed.
install: pip install .
before_script: pip install pytest-cov librosa flake8
before_script: pip install pytest-cov librosa
script:
- pytest --cov=pysndfx
- flake8
deploy:
provider: pypi
user: carlthome
Expand Down

0 comments on commit ae56e79

Please sign in to comment.