Files
ptulsconv/.travis.yml
2019-10-09 21:10:56 -07:00

9 lines
157 B
YAML

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