Skip to content

Commit

Permalink
Merge pull request #1039 from cclauss/patch-3
Browse files Browse the repository at this point in the history
Tox: Add flake8 tests to find Python syntax errors and undefined names
  • Loading branch information
heyman authored Oct 21, 2019
2 parents f96062a + 19ffb4b commit 750d581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ envlist = py{27,35,36,37,38}
[testenv]
deps =
codecov
flake8
mock
commands =
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
coverage run -m unittest discover []

0 comments on commit 750d581

Please sign in to comment.