Files
ptulsconv/.travis.yml
2020-01-04 23:10:55 -08:00

10 lines
166 B
YAML

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