PyORAm
[iotcloud.git] / PyORAM / .appveyor.yml
diff --git a/PyORAM/.appveyor.yml b/PyORAM/.appveyor.yml
new file mode 100644 (file)
index 0000000..51cbb6e
--- /dev/null
@@ -0,0 +1,18 @@
+environment:
+  matrix:
+    - PYTHON: "C:\\Python27"
+    - PYTHON: "C:\\Python33"
+    - PYTHON: "C:\\Python34"
+    - PYTHON: "C:\\Python35"
+    - PYTHON: "C:\\Python27-x64"
+    - PYTHON: "C:\\Python35-x64"
+install:
+  - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
+  - "%PYTHON%\\python.exe -m pip install -v -U pip setuptools"
+  - "%PYTHON%\\python.exe -m pip install -v -e ."
+  - "%PYTHON%\\python.exe -m pip install -U unittest2 nose2 cov-core codecov coverage"
+build: off
+test_script:
+  - "%PYTHON%\\python.exe -m nose2 -v --log-capture --with-coverage --coverage src --coverage examples -s src"
+on_success:
+  - "%PYTHON%\\Scripts\\codecov.exe"