Skip to content

Commit 6f56faf

Browse files
committed
ci fix
Fix CI
1 parent 95c234e commit 6f56faf

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.circleci/config.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Python CircleCI 2.0 configuration file
22
version: 2
3-
jobs:
4-
- test-3.8
5-
- test-3.6
6-
- test-2.7
3+
workflows:
4+
version: 2
5+
test:
6+
jobs:
7+
- test-3.8
8+
- test-3.6
9+
- test-2.7
710

811
jobs:
912
test-3.8: &tests

0 commit comments

Comments
 (0)