From 161cff73b56c44ddd226e313b7e54034aebfbc5d Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 8 Feb 2015 16:37:10 -0800 Subject: [PATCH] Add appveyor.yml --- appveyor.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..3a30c132 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,18 @@ +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" + +# Workaround for http://help.appveyor.com/discussions/problems/1531-having-issues-with-configured-git-bash +test_script: bash -c tox