Skip to content

Commit

Permalink
Harmonize flake8 version, fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSqrt committed Dec 19, 2016
1 parent 20c4d60 commit f9bd2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,6 @@ def test_failed_build(self):
def test_successful_build(self):
self.assertResponse("gitlab/build/successful_build")


if __name__ == '__main__':
unittest.main()
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ commands =
flake8: flake8 --ignore=E501 mattermost_gitlab tests
deps =
test: coverage
flake8: flake8>=2.0,<3.0
flake8: flake8

0 comments on commit f9bd2dd

Please sign in to comment.