From c3d8b72e4a44d9285f4ea8cd81c8b9e20ef1783f Mon Sep 17 00:00:00 2001 From: "Daniel J Holmes (jaitaiwan)" Date: Thu, 30 Jul 2015 13:46:34 +1000 Subject: [PATCH] Should be compiling against 3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7796bb8a..128885c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,7 @@ language: python python: - "2.6" - "2.7" + - "3.3" + - "3.4" install: "pip install -r requirements.txt" script: py.test