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