Explorar o código

Add appveyor config file.

Gary van der Merwé %!s(int64=10) %!d(string=hai) anos
pai
achega
2d080d2827
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      appveyor.yml

+ 14 - 0
appveyor.yml

@@ -0,0 +1,14 @@
+environment:
+  matrix:
+    - PYTHON: "C:\\Python27"
+      PYTHON_ARCH: "32"
+
+    - PYTHON: "C:\\Python34"
+      PYTHON_ARCH: "32"
+
+build: off
+
+test_script:
+  - "%WITH_COMPILER% %PYTHON%/python setup.py test"
+
+