ci_install: Update installed packages.

This commit is contained in:
Florian Bruhin 2015-10-27 17:54:23 +01:00
parent a0c2c37a40
commit 9b104b0af7

View File

@ -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...")