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 f203f77 commit 35827afCopy full SHA for 35827af
.circleci/config.yml
@@ -35,11 +35,6 @@ jobs:
35
- ./venv
36
key: v1-dependencies-{{ checksum "requirements.txt" }}
37
38
- # run tests!
39
- # this example uses Django's built-in test-runner
40
- # other common Python testing frameworks include pytest and nose
41
- # https://pytest.org
42
- # https://nose.readthedocs.io
43
- run:
44
name: run tests
45
command: |
0 commit comments