mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
* Don't use models in fab test
This commit is contained in:
parent
bb5598b816
commit
3656f06e35
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -122,7 +122,7 @@ def clean():
|
||||||
def test():
|
def test():
|
||||||
with virtualenv(VENV_DIR):
|
with virtualenv(VENV_DIR):
|
||||||
with lcd(path.dirname(__file__)):
|
with lcd(path.dirname(__file__)):
|
||||||
local('py.test -x --models spacy/tests')
|
local('py.test -x 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
Block a user