diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..fcd0cd7 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,11 @@ +environment: + COVERAGE_CMD: coverage run -m + COVERAGE_DEP: coverage + +install: + - ps: C:\Python35-x64\python.exe -m pip install tox + +build: off + +test_script: + - ps: C:\Python35-x64\python.exe -m tox --skip-missing-interpreters