Skip to content

Commit c134526

Browse files
committed
Pin correct pylint version for python 2/3
1 parent 0cdbedd commit c134526

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

dev_requirements.txt

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

0 commit comments

Comments
 (0)