update travis

use only recent python versions (3.9 & 3.10)
This commit is contained in:
caryoscelus 2022-01-26 11:14:55 +00:00 committed by GitHub
parent a790c1eee6
commit 0556bb400d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 10 deletions

View File

@ -1,10 +1,7 @@
language: python language: python
python: python:
- 3.4 - 3.9
- 3.5 - 3.10
- 3.6
- 3.7
- 3.8
services: services:
- docker - docker
cache: pip cache: pip
@ -40,8 +37,3 @@ after_failure:
after_success: after_success:
- codecov - codecov
- coveralls --rcfile=src/Test/coverage.ini - coveralls --rcfile=src/Test/coverage.ini
notifications:
email:
recipients:
hello@zeronet.io
on_success: change