Remove .exe.

This commit is contained in:
Florian Bruhin 2015-08-15 19:19:03 +02:00
parent 36a9b816a7
commit f2c8ff8aa5

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:\Python34\python.exe')
check_setup(r'C:\Python34\python')
elif os.environ.get('TRAVIS_OS_NAME', None) == 'linux':
print("apt-get update...")
apt_get(['update'])