From 11d4bb02a8cabb61c98c28d4ac08bc60c84075ab Mon Sep 17 00:00:00 2001 From: eternnoir Date: Tue, 22 Sep 2015 20:25:35 +0800 Subject: [PATCH] Add Test python version --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3aacc40..ba71896 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,10 @@ language: python python: - "2.6" - "2.7" + - "3.2" + - "3.3" - "3.4" + - "3.5" - "pypy" - "pypy3" install: "pip install -r requirements.txt"