From 28eb55c8388fa0dd713471d1c3334ef4ccb49ae4 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 3 Oct 2016 15:23:19 -0300 Subject: [tests] specify basepython on root env code-check is running with py3 randomly on CI, this commit should pin it. --- testing/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3