Whoops.
This commit is contained in:
parent
d8a49f95a8
commit
5d0ffcd14d
@ -71,7 +71,7 @@ if 'APPVEYOR' in os.environ:
|
|||||||
with open(r'C:\Windows\system32\python3.bat', 'w') as f:
|
with open(r'C:\Windows\system32\python3.bat', 'w') as f:
|
||||||
f.write(r'@C:\Python34\python %*')
|
f.write(r'@C:\Python34\python %*')
|
||||||
|
|
||||||
check_setup(r'C:\Python34\python')
|
check_setup(r'C:\Python34\Scripts\python')
|
||||||
elif os.environ.get('TRAVIS_OS_NAME', None) == 'linux':
|
elif os.environ.get('TRAVIS_OS_NAME', None) == 'linux':
|
||||||
print("apt-get update...")
|
print("apt-get update...")
|
||||||
apt_get(['update'])
|
apt_get(['update'])
|
||||||
|
Loading…
Reference in New Issue
Block a user