From 3590684dc40f0f2582b583157d3da4b4686662d7 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 13 Feb 2018 21:21:52 +0530 Subject: [PATCH] update python version travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6ca42c687..04441e311 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python3 cache: directories: - __pycache__ +python: +- "3.6" before_install: - sudo pip install -r requirements.txt script: