summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 000000000..8c9d158e1
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,25 @@
+environment:
+ matrix:
+ - PYTHON: "C:\\Python37"
+ TOXENV: "py37"
+ - PYTHON: "C:\\Python36"
+ TOXENV: "py36"
+ - PYTHON: "C:\\Python35"
+ TOXENV: "py35"
+ - PYTHON: "C:\\Python34"
+ TOXENV: "py34"
+ - PYTHON: "C:\\Python27"
+ TOXENV: "py27"
+
+cache:
+ - '%LOCALAPPDATA%\pip\Cache'
+
+version: '{branch}.{build}'
+
+install:
+ - "%PYTHON%\\python.exe -m pip install tox"
+
+build: off
+
+test_script:
+ - "%PYTHON%\\Scripts\\tox.exe"