From 564c396522113ba31cf1c0c81c4497aa6ba5d704 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 19 Apr 2016 20:49:17 -0500 Subject: test appveyor.yml --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..1350507b2 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +environment: + matrix: + - PYTHON: "C:\\Python35" + TOXENV: "py35" + +install: + - "%PYTHON%\\python.exe -m pip install tox" + +build: off + +test_script: + - "%PYTHON%\\Scripts\\tox.exe" -- cgit v1.2.3