Skip to content

Commit f65d1dd

Browse files
authored
Update config.yml
1 parent 4907988 commit f65d1dd

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
@@ -38,7 +38,7 @@ jobs:
3838
name: run tests
3939
command: |
4040
. venv/bin/activate
41-
REDIS_PORT=6379 coverage run test/tests.py
41+
REDIS_PORT=6379 coverage run test/test.py
4242
codecov
4343
4444
- store_artifacts:

0 commit comments

Comments
 (0)