Skip to content

Commit

Permalink
no win pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Aug 5, 2020
1 parent f0707c6 commit 4e0535e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
APPVEYOR_JOB_NAME: "python37-x64-vs2015 cp2"
CIBW_BUILD: cp2*
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
APPVEYOR_JOB_NAME: "python37-x64-vs2015 cp3"
CIBW_BUILD: cp3*
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
APPVEYOR_JOB_NAME: "python37-x64-vs2015 pp"
CIBW_BUILD: pp*
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
APPVEYOR_JOB_NAME: "python37-x64-ubuntu cp2"
CIBW_BUILD: cp2*
Expand All @@ -27,6 +18,16 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave
APPVEYOR_JOB_NAME: "python37-x64-macos-mojave pp"
CIBW_BUILD: pp*
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
APPVEYOR_JOB_NAME: "python37-x64-vs2015 cp2"
CIBW_BUILD: cp2*
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
APPVEYOR_JOB_NAME: "python37-x64-vs2015 cp3"
CIBW_BUILD: cp3*
# fails because can't resolve python libraries (???)
#- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#APPVEYOR_JOB_NAME: "python37-x64-vs2015 pp"
#CIBW_BUILD: pp*

# Problem: geometry-central requires cmake 3.8.

Expand Down

0 comments on commit 4e0535e

Please sign in to comment.