Skip to content

Commit

Permalink
Lint requirement file for py2
Browse files Browse the repository at this point in the history
Read the Docs corporate site still uses Python 2.
  • Loading branch information
humitos committed Oct 3, 2018
1 parent 273a636 commit b799836
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
-r pip.txt
# We need these special cases of Python < 3 for Read the Docs
# corporate site.
astroid==2.0.4; python_version > '3'
astroid==1.6.4; python_version < '3'
pylint==2.1.1
pylint==2.1.1; python_version > '3'
pylint<2; python_version < '3'

pylint-django==2.0.2
pylint-celery==0.3
prospector==1.1.2
Expand Down

0 comments on commit b799836

Please sign in to comment.