Skip to content

Commit

Permalink
Do isort-check when testing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Apr 23, 2019
1 parent c399511 commit 01e7011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
include setup.cfg

recursive-include tests *
recursive-exclude * __pycache__
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test35: .venv/py35/bin/py.test ## run tests for Python 3.5
@.venv/py36/bin/pip install -e .[dev]


test36: .venv/py36/bin/py.test black-check ## run tests for Python 3.6
test36: .venv/py36/bin/py.test isort-check black-check ## run tests for Python 3.6
$(TESTENV) $< -v $(TESTOPTIONS) $(TESTS)


Expand Down

0 comments on commit 01e7011

Please sign in to comment.