From e957181c35d71a900062e0a82e9ddd78087e43f4 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 16 Aug 2013 12:39:46 -0400 Subject: force python2.6 for that test env Change-Id: I3aa10ae666c5806048145b7640e705bc5fca16ea --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 9f3a504..bffdf13 100644 --- a/tox.ini +++ b/tox.ini @@ -12,3 +12,6 @@ deps = [testenv:style] deps = flake8 commands = flake8 cliff docs/source/conf.py setup.py + +[testenv:py26] +basepython=python2.6 -- cgit v1.2.1