summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
...
* also lint setup.pyAnthony Sottile2020-03-241-2/+2
* Pin coverage to <5 to account for the private coverage format changingClaudiu Popa2019-12-151-3/+3
* [formating] Bump black and isortDjailla2019-11-181-2/+2
* Install pytest when running pylint against itselfMr. Senko2019-11-041-0/+1
* Pin mypy and typed-ast to fix the CIClaudiu Popa2019-09-301-2/+3
* Stopped installing tests with packageAshley Whetter2019-06-201-3/+3
* Dropped support for Python 3.4Claudiu Popa2019-06-201-1/+1
* Pin sphinx to the latest and fix the warning it causedClaudiu Popa2019-03-291-1/+1
* Feat - Add an isort formatting check in the tox.iniPierre Sassoulas2019-03-201-2/+6
* Chore - Update black and pre-commit in configurationPierre Sassoulas2019-03-201-1/+1
* Expose Python 3.8 in toxClaudiu Popa2019-03-051-1/+1
* Separate pyenchant into a separate stepClaudiu Popa2018-09-291-1/+13
* Add tox and travis black stepsClaudiu Popa2018-09-171-0/+7
* fix issue of mypy failing if used from toxssolanki2018-08-211-1/+1
* annotations changes on new branch.ssolanki2018-08-211-0/+8
* Remove uneeded dependency in toxBryce Guinta2018-08-021-1/+0
* use sphinx-build instead of rstlintKonstantin Manna2018-08-011-2/+1
* check rst files with rst-linterKonstantin Manna2018-08-011-0/+2
* Install python-docs-theme before building the odocumentationClaudiu Popa2018-06-051-0/+1
* Use python-docs-themeMariatta Wijaya2018-06-051-0/+1
* Build the documentation with toxClaudiu Popa2018-06-041-0/+15
* Enable Python 3.7 in CIClaudiu Popa2018-05-091-1/+1
* Add astroid dependency link in tox.ini fileClaudiu Popa2018-02-041-1/+1
* Remove backports dependencyClaudiu Popa2018-01-251-1/+0
* Stop advertising python 2 supportClaudiu Popa2018-01-251-1/+1
* For some reason this test wasn't running until nowClaudiu Popa2017-12-151-1/+1
* Jython is no longer supportedHugo2017-12-111-1/+1
* Drop support for EOL Python 3.3Hugo2017-12-111-1/+1
* Don't mark dynamically added __class__ as unused variable. Close #1609Claudiu Popa2017-08-091-1/+1
* Try with the fixed release of astroidpylint-1.7.0Claudiu Popa2017-04-131-2/+2
* Prepare 1.7.0 releaseClaudiu Popa2017-04-131-2/+2
* Use a lru_cache for unimplemented_abstract_methods and safe_inferMoises Lopez - https://www.vauxoo.com/2017-03-011-0/+1
* Add pyenchant to dependencies (#1281)Łukasz Rogalski2017-01-201-0/+1
* Use pytest-xdist for parallel execution of tests in travis (#1246)Łukasz Rogalski2016-12-301-0/+1
* Let the posargs parameter be separated from the test directory, so that we ca...Claudiu Popa2016-12-181-1/+1
* Added pyargs back to tox.iniDerek Gustafson2016-12-101-1/+1
* Added test_func tests back in.Derek Gustafson2016-12-061-3/+1
* Switch test runner from unnittest to pytest.Derek Gustafson2016-12-061-1/+4
* Add deprecations for Python 3.6Jared Garst2016-10-311-1/+1
* Rename the extension in tox.ini as well.Claudiu Popa2016-07-071-1/+1
* Rename check_docs to docparams in tox.iniClaudiu Popa2016-06-301-1/+1
* Enable the docs and mccabe extensions for our CI.Claudiu Popa2016-06-201-1/+1
* Add check for mccabe complexity cyclomatic threshold (#877)Moises Lopez - https://www.vauxoo.com/2016-05-091-0/+1
* [REF] import-checkers: Use of isort (#879)Moises Lopez - https://www.vauxoo.com/2016-04-301-0/+2
* [ADD] coverage: Enable coveralls and coverage report (#873)Moises Lopez - https://www.vauxoo.com/2016-04-261-1/+36
* Basic travis support.Claudiu Popa2015-12-161-8/+5
* Remove pudb from test dependenciesDmitry Pribysh2015-11-071-1/+1
* Revert accidentally updated tox.ini fileDmitry Pribysh2015-11-071-1/+1
* Reduce number of false positives emitted by non-iterator-returned checkerDmitry Pribysh2015-11-071-2/+3
* Use the new master bookmark when installing astroid.Claudiu Popa2015-10-281-3/+3