mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
Merge pull request #22 from zeronet-conservancy/travis_update
update travis
This commit is contained in:
commit
7dce2c69bd
1 changed files with 2 additions and 10 deletions
12
.travis.yml
12
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue