Merge pull request #22 from zeronet-conservancy/travis_update

update travis
This commit is contained in:
caryoscelus 2022-01-26 19:36:19 +00:00 committed by GitHub
commit 7dce2c69bd
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
python:
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
services:
- docker
cache: pip
@ -40,8 +37,3 @@ after_failure:
after_success:
- codecov
- coveralls --rcfile=src/Test/coverage.ini
notifications:
email:
recipients:
hello@zeronet.io
on_success: change