Wordnet download fix #3

This commit is contained in:
maxirmx 2015-10-13 12:08:31 +03:00
parent 635306f860
commit f8cb17f23e
2 changed files with 3 additions and 3 deletions

View File

@ -54,8 +54,8 @@ build_script:
#- "%CMD_IN_ENV% python setup.py build_ext --inplace"
- ps: appveyor\download.ps1
- "tar -xzf corpora/en/wordnet.tar.gz"
- "ls \"C:/projects/spacy/include/"
- "ls \"C:/projects/spacy/include/"
- "ls \"C:/projects/spacy/corpora/en/"
- "ls \"C:/projects/spacy/"
test_script:

View File

@ -12,7 +12,7 @@ function Download ($filename, $url) {
Write-Host "Reusing" $filepath
return $filepath
}
NET
# Download and retry up to 3 times in case of network transient errors.
Write-Host "Downloading" $filename "from" $url
$retry_attempts = 2