Skip to content

Commit eaceb0a

Browse files
authored
Update config.yml
1 parent 36a0deb commit eaceb0a

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.circleci/config.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,22 @@ jobs:
5252
command: python setup.py sdist
5353

5454
- run:
55-
name: run tests
56-
command: |
57-
. venv/bin/activate
58-
coverage run test.py
55+
name: test example
56+
command: python example.py
57+
58+
# - run:
59+
# name: run tests
60+
# command: |
61+
# . venv/bin/activate
62+
# coverage run test.py
5963

6064
- early_return_for_forked_pull_requests
6165

62-
- run:
63-
name: codecove
64-
command: |
65-
. venv/bin/activate
66-
codecov
66+
# - run:
67+
# name: codecove
68+
# command: |
69+
# . venv/bin/activate
70+
# codecov
6771

6872
# - store_artifacts:
6973
# path: test-reports

0 commit comments

Comments
 (0)