From 146c44b351f67ccd136b4e10a6cfbd5c5dad0073 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 9 Mar 2016 21:19:40 +0100 Subject: [PATCH] tox: Update pylint-tip repo to github --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1df721c30..fdc8020b9 100644 --- a/tox.ini +++ b/tox.ini @@ -141,8 +141,8 @@ passenv = {[testenv:pylint]passenv} deps = {[testenv]deps} {[testenv:misc]deps} - hg+https://bitbucket.org/logilab/astroid - hg+https://bitbucket.org/logilab/pylint + git+https://github.com/PyCQA/astroid.git + git+https://github.com/PyCQA/pylint.git ./scripts/dev/pylint_checkers commands = {envpython} scripts/link_pyqt.py --tox {envdir}