mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
8 lines
121 B
YAML
8 lines
121 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
script:
|
|
- "python -m unittest discover tests"
|
|
install:
|
|
- "pip install setuptools"
|