diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d8f4fe7..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: python -dist: xenial -python: - - "3.8" - -install: - - pip install mypy - - pip install xtermcolor - - pip install typedload - -script: - - make mypy - - make test