From 9b104b0af7d8de0dde406e363ce927693200286b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 27 Oct 2015 17:54:23 +0100 Subject: [PATCH] ci_install: Update installed packages. --- scripts/dev/ci_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/ci_install.py b/scripts/dev/ci_install.py index 3a48eb0fd..6b64ba1a9 100644 --- a/scripts/dev/ci_install.py +++ b/scripts/dev/ci_install.py @@ -83,7 +83,7 @@ if 'APPVEYOR' in os.environ: subprocess.check_call([r'C:\install-PyQt5.exe', '/S']) print("Installing tox...") - subprocess.check_call([r'C:\Python34\Scripts\pip', 'install'] + + subprocess.check_call([r'C:\Python34\Scripts\pip', 'install', '-U'] + pip_packages) print("Linking Python...")