Skip to content

Commit

Permalink
Prefer 2.7 over 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 17, 2014
1 parent 8d2a9b2 commit e540e73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -29,7 +29,7 @@ commands =

[testenv:w_zodb]
basepython =
python2.6
python2.7
commands =
python setup.py test -q
deps =
Expand All @@ -43,7 +43,7 @@ deps =

[testenv:coverage]
basepython =
python2.6
python2.7
commands =
nosetests --with-xunit --with-xcoverage --cover-package=BTrees
deps =
Expand All @@ -56,7 +56,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
Expand Down

0 comments on commit e540e73

Please sign in to comment.