From 63add130d437582f2f645ea8abd1599c97248dce Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 19 Oct 2015 11:03:46 -0700 Subject: [PATCH] Tox seems to not like the subsitution key for some reason --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4a98cf2bd5a..7c630f20b1e 100644 --- a/tox.ini +++ b/tox.ini @@ -8,5 +8,6 @@ commands = python --version py26: python -m compileall -fq -x 'test|samples|contrib/inventory/vagrant.py' lib test contrib py27: python -m compileall -fq -x 'test|samples' lib test contrib - py{34,35}: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib + py34: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib + py35: python -m compileall -fq -x 'lib/ansible/module_utils|lib/ansible/modules' lib test contrib make tests