Merge pull request #166 from hugovk/no_such_option_download_cache
Fix build: no such option: --download-cache
This commit is contained in:
commit
36a884ede0
1
tox.ini
1
tox.ini
|
@ -3,7 +3,6 @@ envlist = py34, py27, pypy, pypy3
|
||||||
recreate = False
|
recreate = False
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
downloadcache = {homedir}/.pipcache
|
|
||||||
setenv =
|
setenv =
|
||||||
PYLAST_USERNAME={env:PYLAST_USERNAME:}
|
PYLAST_USERNAME={env:PYLAST_USERNAME:}
|
||||||
PYLAST_PASSWORD_HASH={env:PYLAST_PASSWORD_HASH:}
|
PYLAST_PASSWORD_HASH={env:PYLAST_PASSWORD_HASH:}
|
||||||
|
|
Loading…
Reference in a new issue