From 43e7f837daefd696ec30764ed89a3f2957cbe570 Mon Sep 17 00:00:00 2001 From: Priyatham Sai Chand Date: Thu, 8 Apr 2021 15:54:12 +0530 Subject: [PATCH] change python version in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85b97af..a3c5fbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.5" + - "3.6" install: - pip install -r requirements.txt