Skip to content

Commit b07a0ed

Browse files
committed
buildconfig only for python3
1 parent 508a308 commit b07a0ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ branches:
66
environment:
77
global:
88
# only do for Python >= 3.6.
9-
CIBW_SKIP: "cp27-* cp33-* cp34-* cp35-*"
9+
CIBW_BUILD: "cp3?-*"
10+
CIBW_SKIP: "cp33-* cp34-* cp35-*"
1011
CIBW_BEFORE_BUILD: "python -m pip install -r requirements.txt"
1112

1213
TWINE_USERNAME: mabucchi

0 commit comments

Comments
 (0)