Switch appveyor releases to Python 3.7 (possible speed boost) (#106)

pull/357/head
nyanpasu64 2019-01-09 03:30:58 -08:00 zatwierdzone przez GitHub
rodzic 1f62cdd2a3
commit 3f91d8723b
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -16,8 +16,8 @@ environment:
# For Python versions available on Appveyor, see
# https://www.appveyor.com/docs/windows-images-software/ or
# https://www.appveyor.com/docs/linux-images-software/
- pydir: 'C:\Python37-x64'
- pydir: 'C:\Python36'
- pydir: 'C:\Python36-x64'
- pydir: 'C:\Python37'
global:
py: '%pydir%\python.exe'
APPVEYOR_SAVE_CACHE_ON_ERROR: true
@ -46,7 +46,7 @@ test_script:
- 'poetry run pytest --tb=short'
after_test:
- 'if not "%pydir%"=="C:\Python36" appveyor exit'
- 'if not "%pydir%"=="C:\Python37" appveyor exit'
# Running pyinstaller is much faster on x64 I think,
# but the resulting files are 64-bit only.
- 'poetry build'