summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-09-06 11:35:49 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-09-06 11:35:49 +0300
commit0208db80291c5175c1e9b0aa7fdf23559b09500e (patch)
tree185a6b514db6f0f8c4377f1995a12041e9d808c7
parent2ac4af16ad29b5e0a54acd734d001e3038f0b235 (diff)
downloadwheel-0208db80291c5175c1e9b0aa7fdf23559b09500e.tar.gz
Add CI testing with AppVeyor (issue #167)
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..5c23f8a
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,5 @@
+version: {build}
+install:
+- cmd: python -m pip install tox
+build_script:
+- cmd: python -m tox