Run tests python3.8 on linux

This commit is contained in:
Kovid Goyal 2020-02-26 07:34:31 +05:30
parent e84163e838
commit 551e28d8e0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -46,6 +46,18 @@ jobs:
- run: /opt/py3.7/bin/python3 setup.py build --debug --verbose --sanitize
- run: ./kitty/launcher/kitty +launch test.py
lin-38:
docker:
- image: kovidgoyal/kitty-test:latest
environment:
CC: clang
LD_LIBRARY_PATH: /opt/py3.8/lib
ASAN_OPTIONS: leak_check_at_exit=0
steps:
- checkout
- run: /opt/py3.8/bin/python3 setup.py build --debug --verbose --sanitize
- run: ./kitty/launcher/kitty +launch test.py
lin-bundle:
docker:
- image: kovidgoyal/kitty-test:latest
@ -99,6 +111,7 @@ workflows:
- lin-sys
- lin-35
- lin-37
- lin-38
- lin-package
- lin-bundle
- mac-brew