From 8056f75dccb26e0e821199b44a767293e1060158 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 17 Dec 2017 14:08:33 +0300 Subject: [PATCH] Tests(tox.ini): Simplify [general]: run {[testenv]commands} --- project_template/tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/project_template/tox.ini b/project_template/tox.ini index 1b8aec7..1b17425 100644 --- a/project_template/tox.ini +++ b/project_template/tox.ini @@ -24,31 +24,27 @@ whitelist_externals = [general] commands = + {[testenv]commands} python -m pytest --cov={project} [testenv:py27] commands = - {[testenv]commands} {[general]commands} [testenv:py33] commands = - {[testenv]commands} {[general]commands} [testenv:py34] commands = - {[testenv]commands} {[general]commands} [testenv:py35] commands = - {[testenv]commands} {[general]commands} [testenv:py36] commands = - {[testenv]commands} {[general]commands} [testenv:py27-flake8] -- 2.39.2