summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-22 03:50:04 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-22 03:54:23 +0000
commitb94548f5a37d021078e60d99c4145cd54e2ae942 (patch)
tree375fccd3bb85106fcfd787c9fa2baee7c82b4c5f
parent31f91e033f208064393f5e333f5b8a4e82f643b3 (diff)
downloadpsycopg2-b94548f5a37d021078e60d99c4145cd54e2ae942.tar.gz
Fix curl not found on AppVeyor
http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index e74ac72..356e2e7 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -85,7 +85,7 @@ init:
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#
# Set Python to the path
- - SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
+ - SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\Program Files\Git\mingw64\bin;%PATH%
# Verify Python version and architecture
- ECHO *******************************************************************