The pip can also be configured using environment variables that tox allows you to set in the configuration
setenv = PIP_USE_MIRRORS=...
Alternatively, you can specify the series of index servers to use :
indexserver = default = http:
default is the default index server, but other names can be used to retrieve the dependencies in the deps list from specific servers:
deps = :foobar:ham-spam-pkg
source share