Skip to content

Commit

Permalink
Tox seems to not like the subsitution key for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Oct 19, 2015
1 parent 892d9b8 commit 63add13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 63add13

Please sign in to comment.