From 3f8a000847dca8af53aa2f58a26fa4ea88c88514 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Thu, 24 Apr 2014 20:08:28 +0200 Subject: [PATCH] Python 3.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fcee8c7..81eb6848 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - 2.6 - 2.7 - pypy - - 3.3 + - 3.4 script: python setup.py test install: - pip install . --use-mirrors