get rid of pip-clear.py

This commit is contained in:
Henning Peters 2016-02-19 18:48:02 +01:00
parent 37a7020904
commit 85f94fd314
1 changed files with 0 additions and 2 deletions

View File

@ -1,12 +1,10 @@
{ {
"build": { "build": {
"sdist": [ "sdist": [
"python pip-clear.py",
"pip install -r requirements.txt", "pip install -r requirements.txt",
"python setup.py sdist" "python setup.py sdist"
], ],
"install": [ "install": [
"python pip-clear.py",
"pip install source.tar.gz", "pip install source.tar.gz",
"python -m spacy.en.download --force" "python -m spacy.en.download --force"
] ]