Tox seems to not like the subsitution key for some reason

pull/4420/head
Toshio Kuratomi 2015-10-19 11:03:46 -07:00
parent 892d9b8dfb
commit 63add130d4
1 changed files with 2 additions and 1 deletions

View File

@ -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