From 0f839301ebefebdda5f9ca8c6a8882477ac6553c Mon Sep 17 00:00:00 2001 From: pbrod Date: Sun, 29 Nov 2015 20:26:34 +0100 Subject: [PATCH] set base to python2.7 in tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 82bafe9..653a2fe 100644 --- a/tox.ini +++ b/tox.ini @@ -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