force python2.6 for that test env

Change-Id: I3aa10ae666c5806048145b7640e705bc5fca16ea
This commit is contained in:
Doug Hellmann 2013-08-16 12:39:46 -04:00
parent ba73f3f2c5
commit e957181c35
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ deps =
[testenv:style]
deps = flake8
commands = flake8 cliff docs/source/conf.py setup.py
[testenv:py26]
basepython=python2.6