summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..490e736
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,9 @@
+environment:
+
+ matrix:
+
+ - PYTHON: "C:\\Python27"
+
+ test_script:
+ - %PYTHON%\\python.exe tests/all_tests.py
+