From 53ba00e4746b328305ec4ff9537a96d7d2c413ee Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Mon, 31 Aug 2015 08:35:16 -0700 Subject: [PATCH] Test in both python 2 and 3 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5e2061042320..d7904b6f9527 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ sudo: false #add language, etc. here language: python +python: +- "2.7" +- "3.4" cache: directories: