Skip to content

Commit

Permalink
Test with flake8 during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 8, 2021
1 parent 5e08da4 commit d8d3088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -25,5 +25,5 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate python${{ matrix.python-version }}
make
py.test --cov=. --cov-branch --cov-report=xml -v .
pytest --cov=. --cov-branch --cov-report=xml --flake8 -v .
- uses: codecov/codecov-action@v1

0 comments on commit d8d3088

Please sign in to comment.