Drop Travis (travis.org is EOL)

This commit is contained in:
Dennis Siemensma 2021-09-22 21:28:36 +02:00
parent fcb0dc600b
commit da98cf1d05

View File

@ -1,18 +0,0 @@
language: python
python:
- 2.7
- 3.5
- 3.6
- 3.8
install: pip install tox-travis codecov
script: tox
after_success:
- codecov
matrix:
allow_failures:
- python: 2.7