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

Commit ae56e79

Browse files
authored
Remove flake8
1 parent 08e2c87 commit ae56e79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ addons:
1010
- sox
1111
before_install: pip install cython # TODO This shouldn't be needed.
1212
install: pip install .
13-
before_script: pip install pytest-cov librosa flake8
13+
before_script: pip install pytest-cov librosa
1414
script:
1515
- pytest --cov=pysndfx
16-
- flake8
1716
deploy:
1817
provider: pypi
1918
user: carlthome

0 commit comments

Comments
 (0)