Skip to content

Commit 7e9c5c1

Browse files
author
Shlomi Kushchi
authored
distinguish builds by indicating tested builds
some build are only installing the package without tests, some do testing. reflect it with the correct naming.
1 parent 470ed27 commit 7e9c5c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: test-reports_py2.7.13
3636
destination: test-reports2.7.13
3737

38-
build-python36:
38+
build-test-python36:
3939
docker:
4040
- image: python:3.6.4
4141
working_directory: ~/repo
@@ -72,7 +72,7 @@ jobs:
7272
path: test-reports3.6.4
7373
destination: test-reports3.6.4
7474

75-
build-python37:
75+
build-test-python37:
7676
docker:
7777
- image: python:3.7
7878
working_directory: ~/repo
@@ -143,7 +143,7 @@ workflows:
143143
build:
144144
jobs:
145145
# - build-python27
146-
- build-python36
147-
- build-python37
146+
- build-test-python36
147+
- build-test-python37
148148
- build-python38
149-
- build-python39
149+
- build-python39

0 commit comments

Comments
 (0)