mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
* Fix test command in fabfile
This commit is contained in:
parent
5668feb235
commit
bb5598b816
3
fabfile.py
vendored
3
fabfile.py
vendored
|
@ -121,9 +121,8 @@ def clean():
|
|||
|
||||
def test():
|
||||
with virtualenv(VENV_DIR):
|
||||
# Run each test file separately. pytest is performing poorly, not sure why
|
||||
with lcd(path.dirname(__file__)):
|
||||
local('py.test -x tests/')
|
||||
local('py.test -x --models spacy/tests')
|
||||
|
||||
|
||||
def train(json_dir=None, dev_loc=None, model_dir=None):
|
||||
|
|
Loading…
Reference in New Issue
Block a user