Skip to content

Commit

Permalink
Run flake8 in CCI unittest (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Apr 29, 2020
1 parent 20689b7 commit 2ebbbf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/unittest/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ conda activate ./env

python -m torch.utils.collect_env
pytest --cov=torchaudio --junitxml=test-results/junit.xml -v test
flake8 torchaudio test

0 comments on commit 2ebbbf5

Please sign in to comment.