From 4a37d102453eee2d59ff0ac873cbf2441d19bb10 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 19 Dec 2012 11:53:26 +0100 Subject: [PATCH 1/2] Test Python 3.3 on Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6826012b..0fcee8c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - 2.6 - 2.7 - pypy - - 3.2 + - 3.3 script: python setup.py test install: - pip install . --use-mirrors From 7ff71a7f108bf48901f0705df90f226b28d2721e Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 19 Dec 2012 11:56:02 +0100 Subject: [PATCH 2/2] Revert: Test Python 3.3 on Travis. 3.3 still not supported --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fcee8c7..6826012b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - 2.6 - 2.7 - pypy - - 3.3 + - 3.2 script: python setup.py test install: - pip install . --use-mirrors