From 2db0d49480726fcea72ac3f8d7f63837b3faf9cf Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Fri, 16 Feb 2018 12:17:30 -0800 Subject: Considering appveyor testing for windows --- appveyor.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 appveyor.yml 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" -- cgit v1.2.1