From b5ceba2624042e8b7b61426d3ebe508d92ce01d9 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sat, 29 Feb 2020 02:46:24 +0000 Subject: python3 support for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9eef1f8..775944d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" + - "3.7" install: - pip install . script: fr.py -h -- cgit v1.2.3