Skip to content

Commit 84e6a1c

Browse files
committed
Updating README and removing travis from tox, as well as travis config file. Goodbye Travis :-(
1 parent 7daded0 commit 84e6a1c

File tree

4 files changed

+9
-73
lines changed

4 files changed

+9
-73
lines changed

.travis.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Version 2.5 [WIP]
5+
---------------------------
6+
- Moved from Travis CI to GitHub Actions (`#366 <https://github.com/PyCQA/pylint-django/pull/322>`_ and `#340 <https://github.com/PyCQA/pylint-django/pull/322>`_)
7+
- Added pre-commit configuration and began enforcing black/isort code formatting (TODO: add github action to enforce)
8+
- Multiple test fixes (including `#322 <https://github.com/PyCQA/pylint-django/issues/338>`_) - newer versions of pylint expect a different format for the expected messages txt files.
9+
- TODO: Bumped dependency for pylint-django-utils to get `multi-threaded pylint support <https://github.com/PyCQA/pylint-plugin-utils/pull/21>`_
10+
411
Version 2.4.4 (26 Apr 2021)
512
---------------------------
613

README.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
pylint-django
22
=============
33

4-
.. image:: https://travis-ci.org/PyCQA/pylint-django.svg?branch=master
5-
:target: https://travis-ci.org/PyCQA/pylint-django
6-
7-
.. image:: https://landscape.io/github/landscapeio/pylint-django/master/landscape.png
8-
:target: https://landscape.io/github/landscapeio/pylint-django
4+
.. image:: https://github.com/PyCQA/pylint-django/actions/workflows/testing.yml/badge.svg
5+
:target: https://github.com/PyCQA/pylint-django/actions/workflows/testing.yml
96

107
.. image:: https://coveralls.io/repos/PyCQA/pylint-django/badge.svg
118
:target: https://coveralls.io/r/PyCQA/pylint-django

tox.ini

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,6 @@ allowlist_externals =
5555
clean: find
5656
clean: rm
5757

58-
[travis:env]
59-
DJANGO =
60-
1.11: django111
61-
2.0: django20
62-
2.1: django21
63-
2.2: django22
64-
3.0: django30
65-
3.1: django31
66-
3.2: django32
67-
main: django-main
68-
6958
[flake8]
7059
max-line-length = 140
7160

0 commit comments

Comments
 (0)