summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-11 01:05:06 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-11 01:05:06 +0300
commitb094a0d1d4ce9b19c5052aac286f546233d0e0c2 (patch)
tree4a3601b72a9d82489cc325e60816337c26619fdd /tox.ini
parente1ed150407b1a14d07371d654516a685867735cf (diff)
downloadastroid-git-b094a0d1d4ce9b19c5052aac286f546233d0e0c2.tar.gz
Disable pylint job temporarily until it gets fixed.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 97170dc8..1ce9b07d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,9 @@
# official list is
# envlist = py27, py33, py34, pypy, jython
# envlist = py27, py34
-envlist = py27, py33, pylint
+# envlist = py27, py33, pylint
+# Disable pylint for now, since it's broken for latest astroid
+envlist = py27, py33
[testenv:pylint]
deps =