From e70a83fbd68c7fee375cd476d3325d48c1d279a8 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 19 Jan 2015 16:51:58 -0800 Subject: [PATCH] Add appveyor --- appveyor.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..002766a --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,17 @@ +environment: + matrix: + - TOXENV: py27 + - TOXENV: py34 + +install: + - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" + - pip install tox + +# Not a C# project +build: false + +before_test: + - git config --global user.name "AppVeyor CI" + - git config --global user.email "user@example.com" + +test_script: tox