Fix failing Travis tests due to expired certificate

https://travis-ci.org/pypa/pip/jobs/96488586#L146
This commit is contained in:
anatoly techtonik 2015-12-27 15:02:59 +03:00
parent 9974f274e1
commit 6da89f1922
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extensions = ['sphinx.ext.extlinks', 'docs.pipext', 'sphinx.ext.intersphinx']
intersphinx_cache_limit = 0
intersphinx_mapping = {
'pypug': ('https://packaging.python.org/en/latest/', None),
'pypa': ('https://pypa.io/en/latest/', None),
'pypa': ('https://www.pypa.io/en/latest/', None),
}