2013-05-09 87 views

回答

6

匹也可使用environment variables被配置,其tox讓你set in the configuration

setenv = 
    PIP_USE_MIRRORS=... 

或者,也可以指定一系列的index servers to use

indexserver = 
    default = http://mypypi.org 
    foobar = http://otherpypi.org 

default是所使用的缺省索引服務器,但其他名稱可用於從特定服務器獲取deps列表中的依賴關係:

deps = 
    :foobar:ham-spam-pkg 
相關問題