mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix fab test
This commit is contained in:
parent
eaef36e4a5
commit
c5bc0eadc8
3
fabfile.py
vendored
3
fabfile.py
vendored
|
@ -81,4 +81,5 @@ def clean():
|
|||
def test():
|
||||
with lcd(path.dirname(__file__)):
|
||||
with virtualenv(VENV_DIR) as venv_local:
|
||||
venv_local('py.test -x spacy/tests')
|
||||
venv_local('pip install pytest')
|
||||
venv_local('pytest -x spacy/tests')
|
||||
|
|
Loading…
Reference in New Issue
Block a user