Skip to content

Commit

Permalink
Implement suggestions of @sallner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 30, 2018
1 parent 7760e2f commit 7de5449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'License :: OSI Approved :: Zope Public License',
'Framework :: Buildout',
'Framework :: Plone',
'Framework :: Plone :: 5.1',
'Framework :: Plone :: 5.2',
'Framework :: Zope',
'Framework :: Zope :: 4',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands =
coverage report --fail-under=62

[testenv:flake8]
basepython = python2.7
basepython = python3.6
skip_install = true
deps = flake8
commands = flake8 --doctests src setup.py

0 comments on commit 7de5449

Please sign in to comment.