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

Commit

Permalink
Fix python 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome authored Jul 28, 2018
1 parent ae56e79 commit a21a86e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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
before_script:
- pip install joblib==0.11 # TODO Remove this line when librosa 0.6.2 is released (see https://github.com/librosa/librosa/issues/732#issuecomment-400669539)
- pip install pytest-cov librosa
script:
- pytest --cov=pysndfx
deploy:
Expand Down

0 comments on commit a21a86e

Please sign in to comment.