Skip to content

Commit

Permalink
Conditional pylint versions for py2/py3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaront committed Aug 13, 2018
1 parent 39d2fe7 commit 1a12fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
coverage==4.5.1
jedi==0.12.1
pylint==2.1.1
pylint==1.9.3; python_version < '3'
pylint==2.1.1; python_version >= '3'
pytest==3.7.1
pytest-cov==2.5.1
sphinx==1.7.6
Expand Down

0 comments on commit 1a12fec

Please sign in to comment.