summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-16 12:39:46 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-16 12:40:00 -0400
commite957181c35d71a900062e0a82e9ddd78087e43f4 (patch)
treeffad870ebc44cc38c2b7e532d3b37665fc1d89e0
parentba73f3f2c5b0a86ef302561b89d5db9ff4139e1a (diff)
downloadcliff-e957181c35d71a900062e0a82e9ddd78087e43f4.tar.gz
force python2.6 for that test env
Change-Id: I3aa10ae666c5806048145b7640e705bc5fca16ea
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
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