ci: remove travis, replaced with gh-actions, remove py3.5

This commit is contained in:
Erick Daniszewski 2021-03-26 08:01:58 -04:00
parent f1842e191d
commit 5fbc5a47a3
No known key found for this signature in database
GPG Key ID: E0E005D7AF0CA9EC
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
# install dependencies
install: pip install tox-travis
# run tests and linting
script:
- tox
- tox -e lint
after_success:
- coveralls

View File

@ -12,7 +12,6 @@ python =
[testenv]
basepython=
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8