mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Fix clean command
This commit is contained in:
parent
7588adf5e7
commit
e2ea0fb47a
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -47,7 +47,7 @@ def make():
|
||||||
|
|
||||||
def clean():
|
def clean():
|
||||||
with lcd(path.dirname(__file__)):
|
with lcd(path.dirname(__file__)):
|
||||||
local('python dev_setup.py clean --all')
|
local('python setup.py clean --all')
|
||||||
|
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user