From a8753b3ff94bac4adb5763abb7f7f2d2fbc20b19 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 22 Jul 2016 08:26:41 -0500 Subject: [PATCH] Add AppVeyor config file Closes #174 --- .appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..4a1d13c --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,8 @@ +# To activate, change the Appveyor settings to use `.appveyor.yml`. +install: + - python -m pip install tox + +build: off + +test_script: + - python -m tox