mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
9 lines
157 B
YAML
9 lines
157 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
script:
|
|
- "python -m unittest discover tests"
|
|
install:
|
|
- "pip install setuptools"
|
|
- "pip install parsimonious tqdm"
|