Commit Graph

21 Commits

Author SHA1 Message Date
Claudiu Popa
56b9e31a42 Enable the docs and mccabe extensions for our CI. 2016-06-20 14:24:57 +01:00
Moises Lopez - https://www.vauxoo.com/
f34aac1b83 Add check for mccabe complexity cyclomatic threshold (#877)
Add extension for checking mccabe complexity
2016-05-09 11:56:34 +03:00
Moises Lopez - https://www.vauxoo.com/
9812c5a49a [REF] import-checkers: Use of isort (#879)
Use the isort library for wrong-import-order checker.
2016-04-30 14:07:15 +03:00
Moises Lopez - https://www.vauxoo.com/
2b9afbb957 [ADD] coverage: Enable coveralls and coverage report (#873)
Enable coverage report for coveralls
2016-04-26 16:53:30 +03:00
Claudiu Popa
60b5ced178 Basic travis support.
Some of the pylint errors were also removed.
2015-12-16 17:25:28 +02:00
Dmitry Pribysh
7bad9bc800 Remove pudb from test dependencies 2015-11-07 19:16:06 +03:00
Dmitry Pribysh
e0e90e5d44 Revert accidentally updated tox.ini file 2015-11-07 19:10:52 +03:00
Dmitry Pribysh
66c1d7ea3b Reduce number of false positives emitted by non-iterator-returned checker
By disabling checker for cases when there're multiple possible values infered
for node. This way we lose some of the inference power, but throw a lot less
false positives.

Fixes issue #695.
2015-11-07 19:09:00 +03:00
Claudiu Popa
43132df5d7 Use the new master bookmark when installing astroid. 2015-10-28 23:43:16 +02:00
Claudiu Popa
3feb461aad Bring logilab-common's ureports into pylint.reporters.
With this change, we moved away from depending on logilab-common,
having in Pylint all the components that were used from logilab-common.
The API should be considered an implementation detail and can change at
some point in the future.
Closes issue #621.
2015-09-05 15:24:35 +03:00
Claudiu Popa
060c5d3f16 Run pylint testenv with tox. 2015-03-06 18:37:59 +02:00
Mihai Balint
a052d27bf8 Add tox.ini bootstrap (stolen from astroid) 2015-03-03 23:13:25 +02:00
Brett Cannon
d1ea75cbf0 Deal with a merge conflict
--HG--
branch : python_6
2014-08-29 15:44:03 -04:00
Brett Cannon
e57267e07d Make sure tox.ini uses versions that drone.io supports
--HG--
branch : python_6
2014-08-29 15:39:35 -04:00
Brett Cannon
6eb99391f9 Test against the latest releases
--HG--
branch : python_6
2014-08-29 14:48:56 -04:00
Brett Cannon
29bb89fe46 Modernize to the point of working for Python 2.7 still
--HG--
branch : python_6
2014-08-29 11:16:29 -04:00
Torsten Marek
97006fcc02 Remove dependency on logilab.testlib in the test suite (also removes Python 2.5 compatibility). 2014-07-26 17:11:14 +02:00
Sylvain Thénault
5b3ef9458c [test] tox use astroid from bitbucket, not the lastest released version 2014-04-02 08:16:50 +02:00
Sylvain Thénault
8e0813d0b6 tox tweaks 2013-12-20 12:06:22 +01:00
Sylvain Thénault
0dae865f1c minimal python versions 2013-12-19 17:52:45 +01:00
Sylvain Thénault
88f4b37eed attempt to use tox to test on several python version 2013-12-19 16:51:33 +01:00