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