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 36a0deb commit eaceb0aCopy full SHA for eaceb0a
.circleci/config.yml
@@ -52,18 +52,22 @@ jobs:
52
command: python setup.py sdist
53
54
- run:
55
- name: run tests
56
- command: |
57
- . venv/bin/activate
58
- coverage run test.py
+ name: test example
+ command: python example.py
+
+# - run:
59
+# name: run tests
60
+# command: |
61
+# . venv/bin/activate
62
+# coverage run test.py
63
64
- early_return_for_forked_pull_requests
65
- - run:
- name: codecove
66
- codecov
67
+# name: codecove
68
69
70
+# codecov
71
72
# - store_artifacts:
73
# path: test-reports
0 commit comments