From 403fd86e97c25d9ac6793234d160f66f7276d729 Mon Sep 17 00:00:00 2001 From: Aleksey Maksimov Date: Thu, 13 Feb 2014 22:13:21 +0800 Subject: [PATCH] Added Python 3.3 to this branch build spec --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e1e1eff..da9486b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" + - "3.3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: -- 2.34.1