From b6a86af812268782c201c037b90c378aeea6ccf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sat, 13 Apr 2013 18:40:01 +0200 Subject: also target Python 3.3 and PyPy --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5c29eaf..efcdcf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - "2.6" - "2.7" - "3.2" + - "3.3" + - "pypy" # command to install dependencies install: pip install # command to run tests -- cgit v1.2.1