set base to python2.7 in tox.ini

master
pbrod 9 years ago
parent 28b2a33e6a
commit 0f839301eb

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py27, py32, py33, py34, pypy, report envlist = py27, py32, py33, py34, report
[testenv] [testenv]
changedir=tests changedir=tests
@ -16,7 +16,7 @@ commands =
coverage run --source=wafo setup.py test coverage run --source=wafo setup.py test
[testenv:report] [testenv:report]
basepython = python3.4 basepython = python2.7
commands = commands =
coverage combine coverage combine
coverage report -m coverage report -m

Loading…
Cancel
Save