From 876774ce406f2fe55a49667c73e2ad8a7628a0e2 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Sat, 23 Oct 2021 13:43:08 +0200 Subject: [PATCH] [travis] removing python 3.4 and 3.5 Since 3.4 and 3.5 are both not supported anymore, do not do unit tests for them. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 369aeb7..c59ad53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ env: global: - CC_TEST_REPORTER_ID=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf python: - - "3.4" - - "3.5" - "3.6" - "3.7" - "3.8"