Skip to content

Commit

Permalink
add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed May 3, 2019
1 parent 087d54e commit 8bfdfe7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
os: Visual Studio 2015

branches:
only:
- master
- develop

build: off

environment:
matrix:
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"

install:
- "%PYTHON%\\python.exe setup.py install"

test_script:
- "%PYTHON%\\python.exe setup.py test"

0 comments on commit 8bfdfe7

Please sign in to comment.