From 0556bb400d2f84299d739189288aec251e053924 Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Wed, 26 Jan 2022 11:14:55 +0000 Subject: [PATCH] update travis use only recent python versions (3.9 & 3.10) --- .travis.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index bdaafa22..75ffb9ef 100644 --- a/.travis.yml +++ b/.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