mirror of https://github.com/explosion/spaCy.git
Install pytest if necessary in fabfile
This commit is contained in:
parent
fd816bbd1b
commit
60567ae646
|
@ -77,4 +77,5 @@ 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')
|
||||||
local('py.test -x spacy/tests')
|
local('py.test -x spacy/tests')
|
||||||
|
|
Loading…
Reference in New Issue