1
0
Fork 0
mirror of https://github.com/Findus23/AdventOfCode2019.git synced 2024-08-27 19:52:12 +02:00
This commit is contained in:
Lukas Winkler 2019-12-05 15:12:44 +01:00
parent 62bc48fd96
commit 65cd33567a
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -4,6 +4,7 @@ jobs:
include:
- language: python
python: 3.8
install: pip install -U mypy
before_script:
- cd python
script: