Skip to content

Commit 8ee0c2a

Browse files
committed
Rename
1 parent 4b0c048 commit 8ee0c2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: 2
22

3+
# These steps are executed for all Python versions
34
_steps: &steps
45
steps:
56
- checkout
@@ -34,7 +35,7 @@ jobs:
3435

3536
workflows:
3637
version: 2
37-
test_versions:
38+
validate:
3839
jobs:
3940
- python36
40-
- python37
41+
- python37

0 commit comments

Comments
 (0)