From: Oleg Broytman Date: Sat, 24 Sep 2016 00:00:30 +0000 (+0300) Subject: Simplify tox.ini: call pytest with the current python X-Git-Tag: 0.0.15~25 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=4040815a9b24d33002fee0845ff645fd32d623e0 Simplify tox.ini: call pytest with the current python --- 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}