Files
ptulsconv/.travis.yml
2021-10-02 16:50:09 -07:00

11 lines
177 B
YAML

language: python
python:
- "3.7"
- "3.8"
- "3.9"
script:
- "python -m unittest discover tests"
install:
- "pip install setuptools"
- "pip install parsimonious tqdm"