Skip to content

Commit 0e81a1e

Browse files
committed
Install compatible pylint versions for Python 2/3
1 parent 010605f commit 0e81a1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
nose==1.3.7
2-
pylint==1.9.4
2+
pylint==1.9.4; python_version < '3.0'
3+
pylint==2.6.0; python_version > '3.5'
34
requests-mock==1.5.2
45
collective.checkdocs==0.2
56
codecov==2.0.15

0 commit comments

Comments
 (0)