From 01670827359fb97968d98c6cca30cc481f4f361c Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 7 Aug 2014 17:05:27 +0300 Subject: [PATCH] add Python 3 to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0934039..d83083a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" + - "3.3" install: - pip install .