Skip to content

Commit 1b80b42

Browse files
authored
Merge pull request #4712 from rtfd/humitos/lint/py2
Lint requirement file for py2
2 parents 23a2966 + 37674a6 commit 1b80b42

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

requirements/lint.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
-r pip.txt
2+
# We need these special cases of Python < 3 for Read the Docs
3+
# corporate site.
24
astroid==2.0.4; python_version > '3'
35
astroid==1.6.4; python_version < '3'
4-
pylint==2.1.1
5-
pylint-django==2.0.2
6+
7+
pylint==2.1.1; python_version > '3'
8+
pylint<2; python_version < '3'
9+
10+
pylint-django==2.0.2; python_version > '3'
11+
pylint-django==0.11.1; python_version < '3'
12+
613
pylint-celery==0.3
714
prospector==1.1.2
815
pyflakes==2.0.0

0 commit comments

Comments
 (0)