Skip to content

Commit

Permalink
Remove win32 wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 12, 2020
1 parent bb2cd96 commit 88be2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pr:
- '*' # must quote since "*" is a YAML reserved character; we want a string
variables:
CIBW_BUILDING: "true"
CIBW_SKIP: "cp27-* cp34-* cp35-* pp27-* pp36-*"
CIBW_SKIP: "cp27-* cp34-* cp35-* pp27-* pp36-* *-win32"
CIBW_TEST_REQUIRES: "pytest pytest-sugar meshio"
CIBW_TEST_COMMAND: "python -c \"import vispy; vispy.test()\""
CIBW_BUILD_VERBOSITY: "2"
Expand Down

0 comments on commit 88be2af

Please sign in to comment.