diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..5c1d56e --- /dev/null +++ b/.appveyor.yml @@ -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 diff --git a/pybind11 b/pybind11 index 8c6b0b8..03d6a51 160000 --- a/pybind11 +++ b/pybind11 @@ -1 +1 @@ -Subproject commit 8c6b0b83332c8cb802391ffb08196fa4ebe1ebec +Subproject commit 03d6a514d2dd49b263ec6a77c3cfaf9a45ba1d5a