update travis
use only recent python versions (3.9 & 3.10)
This commit is contained in:
parent
a790c1eee6
commit
0556bb400d
1 changed files with 2 additions and 10 deletions
12
.travis.yml
12
.travis.yml
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue