Skip to content

Commit

Permalink
added latest git build for mir_eval
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Feb 11, 2017
1 parent 8ed67b3 commit 0977cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ before_install:

install:
# install your own package into the environment
- pip install git+https://github.com/craffel/mir_eval
- pip install -e .[display]

script:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ def test_bad_sources():
def __test(ann, target):
jams.convert(ann, target)


ann = jams.Annotation(namespace='vector')
for target in ['pitch_hz', 'pitch_midi', 'segment_open', 'tag_open', 'beat', 'chord']:
yield __test, ann, target


def test_noop():

def __test(ns):
Expand Down

0 comments on commit 0977cdc

Please sign in to comment.