浏览代码

Add appveyor config

Thomas Kluyver 9 年之前
父节点
当前提交
eb3a833df5
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      appveyor.yml

+ 14 - 0
appveyor.yml

@@ -0,0 +1,14 @@
+environment:
+  matrix:
+    # For Python versions available on Appveyor, see
+    # http://www.appveyor.com/docs/installed-software#python
+    - PYTHON: "C:\\Python35-x64"
+
+install:
+  - cinst nsis
+  - "%PYTHON%\\python.exe -m pip install requests jinja2 nose"
+
+build: off
+
+test_script:
+  - "%PYTHON%\\python.exe -m nose"