add python 3.2 and 3.3 to tox envlist

This commit is contained in:
Ralf Schmitt 2012-12-02 01:21:57 +01:00
parent e90a7ef822
commit 2c22237541

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py25,py26,py27 envlist = py25,py26,py27,py32,py33
[testenv] [testenv]
deps=pytest>=2.3 deps=pytest>=2.3