Currently in tox, we can add a default index url for python packages. This is done like this:
indexserver =
default = <index url I want to add>
My query: Can we add multiple index urls for searching python packages in tox ?
Currently in tox, we can add a default index url for python packages. This is done like this:
indexserver =
default = <index url I want to add>
My query: Can we add multiple index urls for searching python packages in tox ?