From a0833393a8bce5ea4e9130556b7f28554fa70828 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 12 Apr 2019 10:52:32 -0400 Subject: [PATCH] just don't upgrade pip :-/ --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fde40277..0e73612d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,7 @@ before_install: cinst -y python2; PATH=$PATH:/c/Python27/scripts; fi -- pip install --user --upgrade pip -- pip install --user pyinstaller +- pip install pyinstaller install: - cd src