Skip to content

Commit

Permalink
Test flake8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
my8100 committed Jul 7, 2019
1 parent fc35365 commit 2187af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Run tests
command: |
. venv/bin/activate
# flake8 --exclude=venv* --statistics
flake8 . --count --exclude=./venv* --select=E9,F63,F7,F82 --show-source --statistics
coverage erase
coverage run --source=logparser -m pytest tests -s -vv -l --disable-warnings
coverage report
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip>=19.1.1
# flake8
flake8
coverage
pytest
# pytest-cov
Expand Down

0 comments on commit 2187af3

Please sign in to comment.