Skip to content

Commit

Permalink
Exclude the sample directory from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed May 11, 2016
1 parent 33de770 commit 1858784
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ deps = -r{toxinidir}/test/utils/tox/requirements.txt
whitelist_externals = make
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
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
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
py34: python -m compileall -fq -x 'test/samples|lib/ansible/module_utils|lib/ansible/modules' lib test contrib
py35: python -m compileall -fq -x 'test/samples|lib/ansible/module_utils|lib/ansible/modules' lib test contrib
make tests


Expand Down

0 comments on commit 1858784

Please sign in to comment.