From bd0c75ea4b6134bb12e6a89430e357c66542276a Mon Sep 17 00:00:00 2001 From: Bimal Kumar Jha Date: Thu, 4 Feb 2021 11:30:56 +0530 Subject: [PATCH] Update notifications and add python 3.9 test Update notifications and add python 3.9 test in .travis.yml file --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5314e76c..5caf65a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - 3.6 - 3.7 - 3.8 + - 3.9 services: - docker @@ -33,4 +34,6 @@ script: notifications: email: - - skauser@rocketsoftware.com + - bkumar@rocketsoftware.com + - amukherjee@rocketsoftware.com + - bjha@rocketsoftware.com