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 changed files with 1 additions and 1 deletions

View File

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