Remove travis

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2020-11-23 22:50:24 +01:00
parent 34f27754fe
commit 0b262e7a75

View File

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