Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaozhang committed Feb 19, 2019
1 parent ccc6d5a commit a19cd63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,4 @@ notifications:
install:
- pip install --quiet -e .
script:
- pytest tests/test_read.py
- python -m pytest
2 changes: 1 addition & 1 deletion tests/test_protobuf.py
Expand Up @@ -14,7 +14,7 @@
from stanfordnlp.protobuf import parseFromDelimitedString, writeToDelimitedString, to_text


# Thext that was annotated
# Text that was annotated
TEXT = "Chris wrote a simple sentence that he parsed with Stanford CoreNLP.\n"


Expand Down
145 changes: 0 additions & 145 deletions tests/test_read.py

This file was deleted.

0 comments on commit a19cd63

Please sign in to comment.