ci_install: Fix path.

This commit is contained in:
Florian Bruhin 2015-08-14 07:42:51 +02:00
parent fb48059ae9
commit 2405bf1984

View File

@ -71,7 +71,7 @@ if 'APPVEYOR' in os.environ:
with open(r'C:\Windows\system32\python3.bat', 'w') as f:
f.write(r'@C:\Python34\python %*')
check_setup(r'C:\Python24\python')
check_setup(r'C:\Python34\python')
elif os.environ.get('TRAVIS_OS_NAME', None) == 'linux':
print("apt-get update...")
apt_get(['update'])