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.
[tox]
envlist = py27, py32, py33, py34, pypy, report
envlist = py27, py32, py33, py34, report
[testenv]
changedir=tests
@ -16,7 +16,7 @@ commands =
coverage run --source=wafo setup.py test
[testenv:report]
basepython = python3.4
basepython = python2.7
commands =
coverage combine
coverage report -m

Loading…
Cancel
Save