diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-25 00:34:49 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-25 00:34:49 +0300 |
commit | 97e87624bc6f90130ec03d8cceef17fa9159b629 (patch) | |
tree | 9222cc41e315bdc62001450a5560bf07211230e7 | |
parent | 701d2b7cbc12d4b0dd050503f78da5577266a4b2 (diff) | |
download | astroid-git-97e87624bc6f90130ec03d8cceef17fa9159b629.tar.gz |
Reactivate pylint.
-rw-r--r-- | tox.ini | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,10 +1,7 @@ [tox] # official list is # envlist = py27, py33, py34, pypy, jython -# envlist = py27, py34 -# envlist = py27, py33, pylint -# Disable pylint for now, since it's broken for latest astroid -envlist = py27, py33 +envlist = py27, py33, pylint [testenv:pylint] deps = |