diff options
| author | Victor Shyba <victor.shyba@gmail.com> | 2016-10-03 15:23:19 -0300 | 
|---|---|---|
| committer | Victor Shyba <victor1984@riseup.net> | 2016-10-21 14:09:54 -0300 | 
| commit | 28eb55c8388fa0dd713471d1c3334ef4ccb49ae4 (patch) | |
| tree | fa28201b8ad405203f488e22908dd43b89e63155 | |
| parent | 308384eba7da58fbfdc17ead35a98216880206b5 (diff) | |
[tests] specify basepython on root env
code-check is running with py3 randomly on CI, this commit should pin
it.
| -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] | 
