summaryrefslogtreecommitdiff
path: root/testing/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tox.ini')
-rw-r--r--testing/tox.ini1
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]