Gate on Python 3.3

This makes OS-jenkins run our tests in Python 3.3 mode in addition to
Python 2.6 and Python 2.7.

Rationale: keep our Python 3 compatibility high

Change-Id: Ia4c2964f7cc2a8e5ec0b47818698a96ec93fc892
This commit is contained in:
Alejandro Cabrera 2013-08-01 16:16:50 -04:00
parent 8fa8bb47f3
commit a04c68f3e7

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pep8
envlist = py26,py27,py33,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}