Skip to content

Commit a66242f

Browse files
committed
fix test run
1 parent 3a017da commit a66242f

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
@@ -40,7 +40,7 @@ jobs:
4040
name: run tests
4141
command: |
4242
. venv/bin/activate
43-
coverage run ./tests/test_rejson.py
43+
coverage run --source=rejson setup.py test
4444
codecov
4545
4646
# - store_artifacts:

0 commit comments

Comments
 (0)