mirror of https://github.com/explosion/spaCy.git
* Fix test command in fabfile
This commit is contained in:
parent
5668feb235
commit
bb5598b816
|
@ -121,9 +121,8 @@ def clean():
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
with virtualenv(VENV_DIR):
|
with virtualenv(VENV_DIR):
|
||||||
# Run each test file separately. pytest is performing poorly, not sure why
|
|
||||||
with lcd(path.dirname(__file__)):
|
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):
|
def train(json_dir=None, dev_loc=None, model_dir=None):
|
||||||
|
|
Loading…
Reference in New Issue