5 lines
98 B
YAML
5 lines
98 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
- "3.8"
|
|
- "3.9" # current default Python on Travis CI |