diff options
author | Chuck Short <chuck.short@canonical.com> | 2013-06-01 19:56:24 -0500 |
---|---|---|
committer | Chuck Short <chuck.short@canonical.com> | 2013-06-01 19:56:37 -0500 |
commit | 035ba87c4a6ed491285fd0e232fd0c1153542a48 (patch) | |
tree | 4c03f0b66b5517762c4f2dc3aba5362e93862f74 /tox.ini | |
parent | f11aec9d5c3889a13b33db48a3eac5ff37fb9628 (diff) | |
download | python-cinderclient-035ba87c4a6ed491285fd0e232fd0c1153542a48.tar.gz |
python3: Introduce py33 to tox.ini
Introduce py33 to tox.ini to make testing with
python3 easier.
Change-Id: If979800c5c337996bfdfa5bc99d03ad945192816
Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pep8 +envlist = py26,py27,py33,pep8 [testenv] setenv = VIRTUAL_ENV={envdir} |