| commit | e70a83fbd68c7fee375cd476d3325d48c1d279a8 | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Mon Jan 19 16:51:58 2015 -0800 |
| committer | Anthony Sottile <asottile@umich.edu> | Mon Jan 19 17:19:03 2015 -0800 |
| tree | 370f8bcdb1cfbad9bb80e96b01cc4c8a3ee2e274 | |
| parent | e39cfdf45445ca6695bafaa2a01f5de5113aedbb [diff] |
Add appveyor
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