Fix build: no such option: --download-cache
This commit is contained in:
parent
59738685dc
commit
1732ca6686
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