Commit e540e73e authored by Tres Seaver's avatar Tres Seaver

Prefer 2.7 over 2.6.

parent 8d2a9b25
...@@ -29,7 +29,7 @@ commands = ...@@ -29,7 +29,7 @@ commands =
[testenv:w_zodb] [testenv:w_zodb]
basepython = basepython =
python2.6 python2.7
commands = commands =
python setup.py test -q python setup.py test -q
deps = deps =
...@@ -43,7 +43,7 @@ deps = ...@@ -43,7 +43,7 @@ deps =
[testenv:coverage] [testenv:coverage]
basepython = basepython =
python2.6 python2.7
commands = commands =
nosetests --with-xunit --with-xcoverage --cover-package=BTrees nosetests --with-xunit --with-xcoverage --cover-package=BTrees
deps = deps =
...@@ -56,7 +56,7 @@ deps = ...@@ -56,7 +56,7 @@ deps =
[testenv:docs] [testenv:docs]
basepython = basepython =
python2.6 python2.7
commands = commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment