From 0208db80291c5175c1e9b0aa7fdf23559b09500e Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 6 Sep 2016 11:35:49 +0300 Subject: Add CI testing with AppVeyor (issue #167) --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 appveyor.yml 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 -- cgit v1.2.1