summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-02-25 21:00:00 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-02-25 21:00:00 +0100
commit0358b599f3482fd421541f8e4ea7875ac41f2e05 (patch)
treed74af6b7df55e233c2991d8873967f7547599f7f
parenta017bcd0917d9f4ec393aff75844fac3eb903d2e (diff)
downloadpsutil-0358b599f3482fd421541f8e4ea7875ac41f2e05.tar.gz
try to fix appveyor
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5cf6121b..838e7549 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -63,7 +63,6 @@ install:
# - ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
# - "%PYTHON%/python.exe C:/get-pip.py"
# - "%PYTHON%/python.exe -m pip install ..."
- - "%WITH_COMPILER% %PYTHON%/Scripts/pip.exe install pip --upgrade"
- "%WITH_COMPILER% %PYTHON%/Scripts/pip.exe install unittest2 ipaddress pypiwin32 wmi wheel setuptools --upgrade"
- "%WITH_COMPILER% %PYTHON%/python.exe setup.py build"
- "%WITH_COMPILER% %PYTHON%/python.exe setup.py build build_ext -i"