From 64d81b17ef258d0fbd8dce7bcb2e71172022f3eb Mon Sep 17 00:00:00 2001 From: Praveen K Pandey Date: Thu, 2 Jan 2020 12:04:48 +0530 Subject: [PATCH] Added python 3.7 support in travis Added python 3.7 support in travis as avocado lib support python3.7 Signed-off-by: Praveen K Pandey --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb6d91fc8..34c7713a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - "3.4" - "3.5" - "3.6" - + - "3.7" branches: only: - master