mirror of
https://github.com/Relintai/scons_gd.git
synced 2024-11-20 11:07:20 +01:00
10 lines
96 B
YAML
10 lines
96 B
YAML
|
language: python
|
||
|
|
||
|
python:
|
||
|
- "3.5"
|
||
|
- "3.6"
|
||
|
- "3.7"
|
||
|
- "3.8"
|
||
|
|
||
|
script: python runtest.py -a
|