Skip to content

Commit b799836

Browse files
committed
Lint requirement file for py2
Read the Docs corporate site still uses Python 2.
1 parent 273a636 commit b799836

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

requirements/lint.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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
6+
pylint==2.1.1; python_version > '3'
7+
pylint<2; python_version < '3'
8+
59
pylint-django==2.0.2
610
pylint-celery==0.3
711
prospector==1.1.2

0 commit comments

Comments
 (0)