-
Notifications
You must be signed in to change notification settings - Fork 59
Travis wapiti #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis wapiti #67
Conversation
webstruct/wapiti.py
Outdated
@@ -124,6 +124,10 @@ def merge_top_n(chains): | |||
|
|||
|
|||
class WapitiCRF(BaseSequenceClassifier): | |||
""" | |||
>>> run_command(['which', WapitiCRF.WAPITI_CMD], verbose=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be moved to regular tests - WapitiCRF is a public class, its docstring should show its description and usage examples.
@@ -29,6 +29,8 @@ addons: | |||
|
|||
install: | |||
- pip install -U pip tox codecov | |||
- git clone https://github.com/Jekub/Wapiti /tmp/wapiti | |||
- pushd /tmp/wapiti && make && sudo make install && popd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
heh, I wonder why does it work - we're using sudo: false
on top of travis.yml
Codecov Report
@@ Coverage Diff @@
## master #67 +/- ##
==========================================
+ Coverage 81.02% 81.05% +0.03%
==========================================
Files 40 41 +1
Lines 2092 2096 +4
==========================================
+ Hits 1695 1699 +4
Misses 397 397 |
Thanks @whalebot-helmsman! |
Thank you for this @whalebot-helmsman! |
add commands to install wapiti binary on travis and run test for binary checking