diff options
-rw-r--r-- | testing/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 820d958c..31cb8a4f 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -2,6 +2,7 @@ envlist = py27 [testenv] +basepython = python2.7 commands = py.test --cov-report=html \ --cov-report=term \ --cov=leap.soledad \ @@ -30,7 +31,6 @@ install_command = pip install {opts} {packages} deps = {[testenv]deps} pytest-benchmark -basepython = python2.7 commands = py.test tests/perf {posargs} [testenv:code-check] |