mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +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():
|
||||
with virtualenv(VENV_DIR):
|
||||
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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user