From: Oleg Broytman Date: Sat, 24 Sep 2016 00:01:38 +0000 (+0300) Subject: Simplify tox.ini: call pytest with the current python X-Git-Tag: 0.0.6~12 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=20afb1eb53ecd8387b2e8e6dbd60718538434068 Simplify tox.ini: call pytest with the current python --- diff --git a/tox.ini b/tox.ini index dec4e03..0574d8a 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ whitelist_externals = [general] commands = - python /usr/local/bin/py.test --cov={envsitepackagesdir}/sqlconvert + python -m pytest --cov=sqlconvert [testenv:py26] commands = {[general]commands}