aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorjarondl <me@jarondl.net>2014-12-08 14:42:57 +0200
committerjarondl <me@jarondl.net>2014-12-08 14:42:57 +0200
commit33d70bdea595c780af1354c4646ee9d32cbc837e (patch)
treefb3e8114ffc1b1d9e25c41f207f4bbd996c2a2bc /appveyor.yml
parent094cb262338eb3e6fac5ba75fc172ba5c107d555 (diff)
downloaddateutil-33d70bdea595c780af1354c4646ee9d32cbc837e.tar.gz
make appveyor work
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a53d231..642f2d4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,10 +6,10 @@ environment:
- 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"
+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"