Просмотр исходного кода

Add appveyor config

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 10 лет назад
Родитель
Сommit
0058d5dd4f
1 измененных файлов с 15 добавлено и 0 удалено
  1. 15 0
      appveyor.yml

+ 15 - 0
appveyor.yml

@@ -0,0 +1,15 @@
+
+install:
+  - "SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;%PATH%"
+  - "python --version"
+  - "pip install tox==2.1.1"
+
+
+# Build the binary after tests
+build: false
+
+test_script:
+  - "tox -e py27,py34 -- tests/unit"
+
+after_test:
+  - ps: ".\\script\\build-windows.ps1"