Skip to content

Commit

Permalink
Merge pull request #36 from jamescooke/adjust-linting
Browse files Browse the repository at this point in the history
Add linting of good examples to install step of tox
  • Loading branch information
jamescooke committed Jul 18, 2018
2 parents ec95894 + c90bcd6 commit 670af64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# install = assert that plugin can be installed and run via flake8 in a clean
# venv
# install = Assert that plugin can be installed and run via flake8 in a clean
# venv. Flake8 is called with flake8-aaa installed to lint flake8-aaa's tests
# and the "good" examples
# test = run pytest
# lint = run all linting, including on the test suite. Use both py2 and py3 to
# ensure that unicode loads OK.
Expand All @@ -11,7 +12,7 @@ deps =
test,lint: -rrequirements/test.txt
commands =
install: flake8 --version
install: flake8 tests
install: flake8 tests examples/good
test: pytest tests
lint: make lint
setenv = IN_TOX = 1
Expand Down

0 comments on commit 670af64

Please sign in to comment.