File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ references:
21
21
echo "MANYLINUX_PYTHON [${MANYLINUX_PYTHON}]"
22
22
/opt/python/${MANYLINUX_PYTHON}/bin/pip install scikit-ci
23
23
/opt/python/${MANYLINUX_PYTHON}/bin/ci
24
+ if [ "${UPLOAD_SDIST}" == "tests-only" ]; then
25
+ rm -f ./dist/*
26
+ fi
24
27
- persist_to_workspace :
25
28
root : ./
26
29
paths :
51
54
manylinux-x86_cp37-cp37m :
52
55
<< : *x86_build_job
53
56
57
+ # python 2.7 tests
58
+ manylinux-x64_cp27-cp27mu_tests-only :
59
+ << : *x64_build_job
60
+
54
61
deploy-master :
55
62
docker :
56
63
- image : circleci/python:3.7.0-stretch
@@ -89,12 +96,18 @@ workflows:
89
96
- manylinux-x86_cp37-cp37m :
90
97
<< : *no_filters
91
98
99
+ # python 2.7 tests
100
+ - manylinux-x64_cp27-cp27mu_tests-only :
101
+ << : *no_filters
102
+
92
103
- deploy-master :
93
104
requires :
94
105
# x64
95
106
- manylinux-x64_cp37-cp37m_upload-sdist
96
107
# x86
97
108
- manylinux-x86_cp37-cp37m
109
+ # python 2.7 test
110
+ - manylinux-x64_cp27-cp27mu_tests-only
98
111
filters :
99
112
branches :
100
113
only : master
@@ -104,6 +117,8 @@ workflows:
104
117
- manylinux-x64_cp37-cp37m_upload-sdist
105
118
# x86
106
119
- manylinux-x86_cp37-cp37m
120
+ # python 2.7 test
121
+ - manylinux-x64_cp27-cp27mu_tests-only
107
122
filters :
108
123
tags :
109
124
only : /^[0-9]+(\.[0-9]+)*(\.post[0-9]+)?$/
You can’t perform that action at this time.
0 commit comments