From 834d32bbdeda076d1dff12ab54338421d365ef4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Thu, 20 Dec 2012 17:13:35 -0800 Subject: [PATCH] TST: Replace Python 3.1 test with 3.3. Travis does not support 3.1 anymore, but supports 3.3. See: https://groups.google.com/d/topic/travis-ci/02iRu6kmwY8/discussion --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e1f4bcfe57cd..b51e160367cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ python: - 2.5 - 2.6 - 2.7 - - 3.1 - 3.2 + - 3.3 env: # Hack: #