Skip to content

Commit

Permalink
Fix script path in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed Oct 12, 2014
1 parent 3ec0203 commit b661d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- pip install mecab-python3

script:
- PYTHONPATH=.:$PYTHONPATH coverage run --source=mrep,command setup.py test
- PYTHONPATH=.:$PYTHONPATH coverage run --source=mrep,scripts setup.py test

after_success:
- coveralls

0 comments on commit b661d75

Please sign in to comment.