Skip to content

Commit de30ed9

Browse files
committed
trying to fix circleci path
Signed-off-by: Curtis La Graff <[email protected]>
1 parent 55d3430 commit de30ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
command: |
4646
. venv/bin/activate
4747
python3 setup.py test
48-
python3 -m pep8 .
48+
python3 -m pep8 beaver/
4949
5050
- store_artifacts:
5151
path: test-reports

0 commit comments

Comments
 (0)