ci: remove travis, replaced with gh-actions, remove py3.5
This commit is contained in:
parent
f1842e191d
commit
5fbc5a47a3
16
.travis.yml
16
.travis.yml
|
@ -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
|
Loading…
Reference in New Issue