From 610c26d8168ce2bf7a0d2abb52fab2a2f2f693c4 Mon Sep 17 00:00:00 2001 From: Alex Morega Date: Mon, 5 Aug 2013 13:47:15 +0300 Subject: [PATCH] run tests on py33 --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e51ca34..e56fe48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.6" - "2.7" + - "3.3" - "pypy" install: - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi diff --git a/tox.ini b/tox.ini index fbf798c..af0281a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py26,py27,pypy +envlist=py26,py27,py33,pypy [testenv] commands=py.test