diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9c79e42..0000000 --- a/.travis.yml +++ /dev/null @@ -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"