Merge pull request #181 from henningpeters/patch-6

fix pytest path
This commit is contained in:
Matthew Honnibal 2015-11-19 20:58:14 +11:00
commit 74742dc3ac

View File

@ -70,7 +70,7 @@ mixin Option(name, open)
| $ python setup.py build_ext --inplace
| $ python -m spacy.en.download
| $ pip install pytest
| $ py.test tests/
| $ py.test spacy/tests/
p
| Python packaging is awkward at the best of times, and it's particularly tricky