From 4040815a9b24d33002fee0845ff645fd32d623e0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 24 Sep 2016 03:00:30 +0300 Subject: [PATCH] Simplify tox.ini: call pytest with the current python --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 596e198..f0564e5 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ whitelist_externals = [general] commands = - python /usr/local/bin/py.test --cov={envsitepackagesdir}/m_librarian + python -m pytest --cov=m_librarian [testenv:py26] commands = {[general]commands} -- 2.39.2