Delete .travis.yml

This commit is contained in:
Jamie Hardt
2021-10-02 17:01:36 -07:00
parent 81cdca5452
commit a06b8c8aaa

View File

@@ -1,10 +0,0 @@
language: python
python:
- "3.7"
- "3.8"
- "3.9"
script:
- "python -m unittest discover tests"
install:
- "pip install setuptools"
- "pip install parsimonious tqdm"