Skip to content
Open
Changes from all commits
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
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: 1.0.{build}
image:

build_cloud: Cosh-C1
image:
- Ubuntu
- Visual Studio 2017
- Windows

environment:
AWS_DEFAULT_REGION: us-east-1
Expand Down Expand Up @@ -45,7 +47,7 @@ for:
-
matrix:
only:
- image: Visual Studio 2017
- image: Windows

install:
- "SET PATH=%PYTHON_HOME%;%PATH%"
Expand Down