Pārlūkot izejas kodu

Add appveyor config

Thomas Kluyver 9 gadi atpakaļ
vecāks
revīzija
eb3a833df5
1 mainītis faili ar 14 papildinājumiem un 0 dzēšanām
  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"