Configure AppVeyor
This commit is contained in:
parent
528c6f0ac9
commit
10e90fa56e
2 changed files with 13 additions and 1 deletions
12
.appveyor.yml
Normal file
12
.appveyor.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: 1.0.{build}
|
||||
image: Visual Studio 2015
|
||||
environment:
|
||||
matrix:
|
||||
- PATH: C:\Python35-x64\;C:\Python35-x64\Scripts\;%PATH%
|
||||
- PATH: C:\Miniconda35-x64\;C:\Miniconda35-x64\Scripts\;%PATH%
|
||||
install:
|
||||
- cmd: git submodule update -q --init --recursive
|
||||
build_script:
|
||||
- cmd: pip install .
|
||||
test_script:
|
||||
- cmd: python test.py
|
2
pybind11
2
pybind11
|
@ -1 +1 @@
|
|||
Subproject commit 8c6b0b83332c8cb802391ffb08196fa4ebe1ebec
|
||||
Subproject commit 03d6a514d2dd49b263ec6a77c3cfaf9a45ba1d5a
|
Loading…
Add table
Reference in a new issue