Skip to content

Commit

Permalink
Re-enable tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Jun 25, 2017
1 parent 695de12 commit f14535c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pykeg/core/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def path_for_import(name):

class CoreTests(TestCase):

@unittest.skip('temporarily disabling lint')
def test_flake8(self):
root_path = path_for_import('pykeg')
command = 'flake8 {}'.format(root_path)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
exclude=build,.git,migrations,settings.py
ignore=E128,E265,E501,W601
ignore=E128,E265,E266,E501,W601

0 comments on commit f14535c

Please sign in to comment.