Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
appveyor.yml yaml syntax fix.
  • Loading branch information
dse committed Aug 20, 2017
commit 2dc1b472c9af1d6dd2d60d30d33e7888264372b1
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ environment:
- PYTHON_VERSION: 3.4
- PYTHON_VERSION: 3.5
- PYTHON_VERSION: 3.6
- PYTHON_VERSION: 2.7
BUILD_OPTS:--xplat
- PYTHON_VERSION: 2.7
BUILD_OPTS: --xplat
- PYTHON_VERSION: 3.3
BUILD_OPTS:--xplat
BUILD_OPTS: --xplat
- PYTHON_VERSION: 3.4
BUILD_OPTS:--xplat
BUILD_OPTS: --xplat
- PYTHON_VERSION: 3.5
BUILD_OPTS:--xplat
BUILD_OPTS: --xplat
- PYTHON_VERSION: 3.6
BUILD_OPTS:--xplat
BUILD_OPTS: --xplat

init:
# Update Environment Variables based on matrix/platform
Expand Down