mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 09:44:36 +03:00
Fix test command
This commit is contained in:
parent
60567ae646
commit
7ade5160ca
3
fabfile.py
vendored
3
fabfile.py
vendored
|
@ -77,5 +77,4 @@ def clean():
|
||||||
def test():
|
def test():
|
||||||
with lcd(path.dirname(__file__)):
|
with lcd(path.dirname(__file__)):
|
||||||
with virtualenv(VENV_DIR) as venv_local:
|
with virtualenv(VENV_DIR) as venv_local:
|
||||||
local('pip install pytest')
|
venv_local('py.test -x spacy/tests')
|
||||||
local('py.test -x spacy/tests')
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user