Add tox py32 env

This commit is contained in:
Roman Mogilatov 2015-03-26 00:24:08 +02:00
parent db6c3b79f7
commit 1231a9b30f

View File

@ -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 []