Skip to content

Commit 7680075

Browse files
Add circleci workflow
1 parent 40349c6 commit 7680075

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
orbs:
33
codecov: codecov/codecov:3.0.0
44
jobs:
5-
build-and-test:
5+
build:
66
docker:
77
- image: cimg/python:3.9.6
88
steps:
@@ -16,3 +16,9 @@ jobs:
1616
coverage run tests.py
1717
coverage xml
1818
- codecov/upload
19+
20+
workflow:
21+
version: 2.1
22+
build-test:
23+
jobs:
24+
- build

0 commit comments

Comments
 (0)