summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2018-02-16 12:17:30 -0800
committerDana Powers <dana.powers@gmail.com>2018-02-16 12:17:30 -0800
commit2db0d49480726fcea72ac3f8d7f63837b3faf9cf (patch)
tree63e7c59c1a1734adebe2288f0cd4fdc8bf89abe6
parent3fb09697146d7e0f03672f75cb9724a2e0b7af4f (diff)
downloadkafka-python-appveyor.tar.gz
Considering appveyor testing for windowsappveyor
-rw-r--r--appveyor.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..249b3a2
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,16 @@
+environment:
+ matrix:
+ - PYTHON: "C:\\Python27-x64"
+
+cache:
+ - servers
+
+install:
+ - build_integration.sh
+ - "%PYTHON%\\python.exe -m pip install tox"
+ - "%PYTHON%\\python.exe -m pip install ."
+
+build: off
+
+test_script:
+ - "%PYTHON%\\python.exe -m tox -e py"