ci_install: Update installed packages.
This commit is contained in:
parent
a0c2c37a40
commit
9b104b0af7
@ -83,7 +83,7 @@ if 'APPVEYOR' in os.environ:
|
|||||||
subprocess.check_call([r'C:\install-PyQt5.exe', '/S'])
|
subprocess.check_call([r'C:\install-PyQt5.exe', '/S'])
|
||||||
|
|
||||||
print("Installing tox...")
|
print("Installing tox...")
|
||||||
subprocess.check_call([r'C:\Python34\Scripts\pip', 'install'] +
|
subprocess.check_call([r'C:\Python34\Scripts\pip', 'install', '-U'] +
|
||||||
pip_packages)
|
pip_packages)
|
||||||
|
|
||||||
print("Linking Python...")
|
print("Linking Python...")
|
||||||
|
Loading…
Reference in New Issue
Block a user