Remove travis-ci config

It's not used
This commit is contained in:
Christoph Reiter
2020-05-24 09:13:08 +02:00
parent 1be0442cf9
commit ed78b445cb

View File

@@ -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 .