aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorjarondl <me@jarondl.net>2014-12-08 14:28:16 +0200
committerjarondl <me@jarondl.net>2014-12-08 14:28:16 +0200
commitf61a293bdbc51219e13524b349f81e9e497e1876 (patch)
tree7196bb8c88047aee7cb2bc813e969bdc9ace7dbc /appveyor.yml
parentc7025e0ee6cfae3b6b1bfaf9acb740662c1aeb79 (diff)
downloaddateutil-f61a293bdbc51219e13524b349f81e9e497e1876.tar.gz
Create appveyor
deal with #3
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..7e9ef08
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,15 @@
+environment:
+ matrix:
+ - PYTHON: "C:/Python27"
+ - PYTHON: "C:/Python27-x64"
+ - PYTHON: "C:/Python33"
+ - PYTHON: "C:/Python33-x64"
+ - PYTHON: "C:/Python34"
+ - PYTHON: "C:/Python34-x64"
+ install:
+ - ps: Start-FileDownload 'https://raw.github.com/pypa/pip/master/contrib/get-pip.py'
+ - "%PYTHON%/python.exe get-pip.py"
+ - "%PYTHON%/Scripts/pip.exe install six"
+ - "%PYTHON%/python.exe updatezinfo.py"
+test_script:
+ - "%PYTHON%/python.exe setup.py test"