Skip to content

Commit

Permalink
Reinstate pytest.ini, ignore E501 for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ooiM committed Feb 4, 2016
1 parent 914377b commit a027dc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
flake8-ignore = E501
addopts = --flake8 --cram
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[aliases]
test=pytest
[pytest]
addopts = --flake8 --cram
[flake8]
ignore = E501

0 comments on commit a027dc4

Please sign in to comment.