summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-03-09 10:42:07 -0400
committerTres Seaver <tseaver@palladion.com>2015-03-09 10:42:07 -0400
commitbb3dedd07cf841cb7906ef4166226adaff91a96a (patch)
tree9edba9ac32b2587ef4d1ac5be521afe99fde1990
parent6bfdac519322c3a9053f494306c7415f835d1462 (diff)
downloadzope-i18nmessageid-bb3dedd07cf841cb7906ef4166226adaff91a96a.tar.gz
Use python 2.7 for coverage / docs.
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1e46af5..63cc345 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ commands =
[testenv:coverage]
usedevelop = true
basepython =
- python2.6
+ python2.7
commands =
nosetests --with-xunit --with-xcoverage
deps =
@@ -19,7 +19,7 @@ deps =
[testenv:docs]
basepython =
- python2.6
+ python2.7
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest