From 1231a9b30f2b32d99cf2d66d022b00381032868f Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Thu, 26 Mar 2015 00:24:08 +0200 Subject: [PATCH] Add tox py32 env --- tox.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index acb43384..1b192deb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist= - dev, coveralls, pylint, flake8, pep257, py26, py27 + dev, coveralls, pylint, flake8, pep257, py26, py27, py32 [testenv] deps= @@ -57,3 +57,8 @@ commands= basepython=python2.7 commands= unit2 discover tests [] + +[testenv:py32] +basepython=python3.2 +commands= + unit2 discover tests []