diff options
author | Dana Powers <dana.powers@gmail.com> | 2018-02-16 12:17:30 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2018-02-16 12:17:30 -0800 |
commit | 2db0d49480726fcea72ac3f8d7f63837b3faf9cf (patch) | |
tree | 63e7c59c1a1734adebe2288f0cd4fdc8bf89abe6 | |
parent | 3fb09697146d7e0f03672f75cb9724a2e0b7af4f (diff) | |
download | kafka-python-appveyor.tar.gz |
Considering appveyor testing for windowsappveyor
-rw-r--r-- | appveyor.yml | 16 |
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" |