From 20afb1eb53ecd8387b2e8e6dbd60718538434068 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 24 Sep 2016 03:01:38 +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 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} -- 2.39.2