Skip to content

Commit

Permalink
Add pep8 marker to scaffold.
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Jan 17, 2018
1 parent 8611cc1 commit 396552b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kotti/scaffolds/package/pytest.ini_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ addopts =
python_files = test*py
markers =
user: mark test to be run as the given user
pep8: pep8 marker
pep8ignore = E501 E122 E123 E125 E128 E711 E402
2 changes: 1 addition & 1 deletion kotti/scaffolds/package/setup.py_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ except IOError:
version = '0.1dev'

install_requires = [
'Kotti>=1.3.0-dev',
'Kotti>=1.3.0',
'kotti_tinymce',
]

Expand Down

0 comments on commit 396552b

Please sign in to comment.