index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.travis.yml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try again to do a release
pylint-2.4.0
Claudiu Popa
2019-09-24
1
-4
/
+1
*
use a token for travis releases
Claudiu Popa
2019-09-24
1
-51
/
+50
*
Try with a more generic PyPy version
Claudiu Popa
2019-07-10
1
-1
/
+1
*
Bring back Travis stages
Claudiu Popa
2019-06-20
1
-1
/
+2
*
Dropped support for Python 3.4
Claudiu Popa
2019-06-20
1
-3
/
+0
*
Add 3.8-dev in Travis
Claudiu Popa
2019-03-05
1
-0
/
+4
*
Try automatic deployments for each release tag
Claudiu Popa
2019-03-02
1
-0
/
+9
*
Separate pyenchant into a separate step
Claudiu Popa
2018-09-29
1
-1
/
+2
*
Add tox and travis black steps
Claudiu Popa
2018-09-17
1
-3
/
+5
*
annotations changes on new branch.
ssolanki
2018-08-21
1
-0
/
+2
*
move rstlint job under prechecks stage
ssolanki
2018-08-01
1
-1
/
+2
*
check rst files with rst-linter
Konstantin Manna
2018-08-01
1
-0
/
+1
*
Use final 3.7 in Travis (#2318)
Ville Skyttä
2018-07-23
1
-1
/
+2
*
Add build stages in travis.yml (#2219)
Sushobhit
2018-06-28
1
-6
/
+14
*
Enable Python 3.7 in CI
Claudiu Popa
2018-05-09
1
-0
/
+2
*
Try with pypy3 to see if it passes CI
Claudiu Popa
2018-01-25
1
-1
/
+1
*
Stop advertising python 2 support
Claudiu Popa
2018-01-25
1
-4
/
+0
*
Drop support for EOL Python 3.3
Hugo
2017-12-11
1
-3
/
+0
*
Install the most recent version of setuptools before installing tox and co
Claudiu Popa
2017-10-12
1
-3
/
+2
*
Try with an older tox version
Claudiu Popa
2017-10-12
1
-1
/
+1
*
Have Travis run test suite on Python 2.7.6
Martin von Gagern
2017-07-19
1
-0
/
+3
*
Add pyenchant to dependencies (#1281)
Łukasz Rogalski
2017-01-20
1
-0
/
+2
*
Revert "Use pytest-xdist for parallel execution of tests in travis (#1246)" (...
Łukasz Rogalski
2017-01-03
1
-3
/
+1
*
Travis and AppVeyor for Python 3.6 (#1260)
Łukasz Rogalski
2017-01-03
1
-0
/
+2
*
Use pytest-xdist for parallel execution of tests in travis (#1246)
Łukasz Rogalski
2016-12-30
1
-1
/
+3
*
Add compatibility with old versions of setuptools (#1107)
Moises Lopez - https://www.vauxoo.com/
2016-09-25
1
-1
/
+4
*
Use a more recent version of setuptools.
Claudiu Popa
2016-08-20
1
-0
/
+1
*
Use 3.5-dev again, since the fix for duplicate-key is not available in this T...
Claudiu Popa
2016-06-20
1
-1
/
+1
*
Use a released version of 3.5
Claudiu Popa
2016-06-20
1
-1
/
+1
*
[ADD] coverage: Enable coveralls and coverage report (#873)
Moises Lopez - https://www.vauxoo.com/
2016-04-26
1
-2
/
+5
*
Basic travis support.
Claudiu Popa
2015-12-16
1
-0
/
+37