From 75840b057fcadb7c8b7eed0231ea96abc6e55b73 Mon Sep 17 00:00:00 2001 From: nicobo Date: Fri, 29 May 2020 08:27:31 +0200 Subject: [PATCH] + testing with minimum required Python version (3.4.2) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 504f25d..a3ad4e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - "3.4.2" - "3.6" - "3.7" - "nightly"