Ver Fonte

Add appveyor config

Thomas Kluyver há 9 anos atrás
pai
commit
eb3a833df5
1 ficheiros alterados com 14 adições e 0 exclusões
  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"