diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 88ca9fcc..231b2a9a 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -30,6 +30,7 @@ install_command = pip install {opts} {packages} deps = {[testenv]deps} pytest-benchmark +basepython = python2.7 commands = py.test tests/perf {posargs} [testenv:pep8] |