mirror of https://github.com/explosion/spaCy.git
Fix test command
This commit is contained in:
parent
60567ae646
commit
7ade5160ca
|
@ -77,5 +77,4 @@ def clean():
|
|||
def test():
|
||||
with lcd(path.dirname(__file__)):
|
||||
with virtualenv(VENV_DIR) as venv_local:
|
||||
local('pip install pytest')
|
||||
local('py.test -x spacy/tests')
|
||||
venv_local('py.test -x spacy/tests')
|
||||
|
|
Loading…
Reference in New Issue