diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 12f2119..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -matrix: - include: - - os: linux - dist: xenial - language: python - python: "3.7" - -install: - - python -m pip install --upgrade setuptools - - python -m pip install --upgrade pytest flake8 mypy flask requests - -script: - - python -m pytest . - - python -m flake8 . - - python -m mypy .