Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/250009
Change subject: (WIP) use pmcache has a pypi cache ...................................................................... (WIP) use pmcache has a pypi cache Instruct pip to use the devpi-server on pmcache instance. Bug: T114871 Change-Id: Id5a0e5847859f22780f0f8ada0ffe4277d741389 --- M tox.ini 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/config refs/changes/09/250009/1 diff --git a/tox.ini b/tox.ini index 7e70798..fa267d1 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = flake8,py27 [testenv] +setenv=PIP_INDEX_URL=http://pmcache.integration.eqiad.wmflabs:3141/root/pypi/ commands = nosetests {posargs} deps = -rtest-requirements.txt -- To view, visit https://gerrit.wikimedia.org/r/250009 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id5a0e5847859f22780f0f8ada0ffe4277d741389 Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
