Skip to content

Commit bb09d72

Browse files
authored
Update config.yml
1 parent ae9793e commit bb09d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: run tests
4141
command: |
4242
. venv/bin/activate
43-
coverage run test/test.py
43+
coverage run test.py
4444
codecov
4545
4646
# - store_artifacts:

0 commit comments

Comments
 (0)