|
@@ -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"
|