Skip to content

Commit

Permalink
Just excluding pylint 2.0.0 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCBell committed Jul 21, 2018
1 parent 4c0bee6 commit 750f299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,6 +1,6 @@
flake8
hypothesis
pylint
pylint!=2.0.0
pytest
pytest-cov
sphinx
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -31,7 +31,7 @@ commands =
basepython = python3.6
deps =
flake8
pylint==1.9.2
pylint!=2.0.0
commands =
flake8
pylint --rcfile=tox.ini flipper.kernel
Expand Down

0 comments on commit 750f299

Please sign in to comment.