Skip to content

Commit

Permalink
fix: sanic-org#1631: linter fix and tox platform selector
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Narayana <[email protected]>
  • Loading branch information
harshanarayana committed Jul 13, 2019
1 parent b3ada63 commit a019ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sanic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from sanic.__version__ import __version__
from sanic.app import Sanic
from sanic.blueprints import Blueprint
from sanic.__version__ import __version__

__all__ = ["Sanic", "Blueprint"]

__all__ = ["Sanic", "Blueprint", "__version__"]
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ commands =
bandit --recursive sanic --skip B404,B101 --exclude sanic/reloader_helpers.py

[testenv:docs]
platform = linux2|darwin
platform = linux|linux2|darwin
whitelist_externals = make
deps =
sphinx>=2.1.2
Expand Down

0 comments on commit a019ff6

Please sign in to comment.