From 80e317fe24f448079e7ba1dc1ad290f0c69db710 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Thu, 3 Jan 2013 14:14:22 +0100 Subject: [PATCH] Added Python 3.3 to tox and travis conf. --- .travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/tox.ini b/tox.ini index 1a8912bd..01dc07d0 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py32, pypy +envlist = py26, py27, py33, pypy [testenv] commands = {envpython} setup.py test