We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d3430 commit de30ed9Copy full SHA for de30ed9
.circleci/config.yml
@@ -45,7 +45,7 @@ jobs:
45
command: |
46
. venv/bin/activate
47
python3 setup.py test
48
- python3 -m pep8 .
+ python3 -m pep8 beaver/
49
50
- store_artifacts:
51
path: test-reports
0 commit comments