From 9e26ecd28c7e6714a3de3f8017cb352d8b8d374b Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 13 Feb 2018 21:36:30 +0530 Subject: [PATCH] update python version travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04441e311..8b20201c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ cache: directories: - __pycache__ python: -- "3.6" +- "3.6.2" before_install: - sudo pip install -r requirements.txt script: