aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/.appveyor.yml')
-rw-r--r--pathod/.appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pathod/.appveyor.yml b/pathod/.appveyor.yml
new file mode 100644
index 00000000..dbb6d2fa
--- /dev/null
+++ b/pathod/.appveyor.yml
@@ -0,0 +1,11 @@
+version: '{build}'
+shallow_clone: true
+environment:
+ matrix:
+ - PYTHON: "C:\\Python27"
+install:
+ - "%PYTHON%\\Scripts\\pip install --src . -r requirements.txt"
+ - "%PYTHON%\\python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
+build: off # Not a C# project
+test_script:
+ - "%PYTHON%\\Scripts\\py.test -n 4" \ No newline at end of file