We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4907988 commit f65d1ddCopy full SHA for f65d1dd
.circleci/config.yml
@@ -38,7 +38,7 @@ jobs:
38
name: run tests
39
command: |
40
. venv/bin/activate
41
- REDIS_PORT=6379 coverage run test/tests.py
+ REDIS_PORT=6379 coverage run test/test.py
42
codecov
43
44
- store_artifacts:
0 commit comments