This is an automated email from the ASF dual-hosted git repository.

huor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git


The following commit(s) were added to refs/heads/master by this push:
     new d155b5b  HAWQ-1747. Change pip downloading
d155b5b is described below

commit d155b5be5ac7f031292994b2f994cdc4e0626fb4
Author: wang.ziming <wang.zim...@oushu.io>
AuthorDate: Thu Aug 15 17:14:57 2019 +0800

    HAWQ-1747. Change pip downloading
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a614e4c..5c8647d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,7 +61,7 @@ install:
   - brew install iproute2mac
   - brew list --versions
   - brew link apr --force
-  - sudo easy_install pip
+  - sudo curl https://bootstrap.pypa.io/get-pip.py |sudo python
   - sudo pip install pycrypto
   - sudo cpanm install JSON
 

Reply via email to