diff options
author | Russell Teague <rteague@redhat.com> | 2017-08-23 16:45:01 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-08-29 08:14:37 -0400 |
commit | d8191cbd7a66fc2ba8b4d3cafeccc19afca76850 (patch) | |
tree | a7a03b9ebcfbe0c0826630af5dee9b28b092b416 /tox.ini | |
parent | ab7b515d8ed8576b23147e64e4da73e6dea41df7 (diff) | |
download | openshift-d8191cbd7a66fc2ba8b4d3cafeccc19afca76850.tar.gz openshift-d8191cbd7a66fc2ba8b4d3cafeccc19afca76850.tar.bz2 openshift-d8191cbd7a66fc2ba8b4d3cafeccc19afca76850.tar.xz openshift-d8191cbd7a66fc2ba8b4d3cafeccc19afca76850.zip |
Test: Fail on entry point playbooks in common
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,6 +22,5 @@ commands = pylint: python setup.py lint yamllint: python setup.py yamllint generate_validation: python setup.py generate_validation - # TODO(rhcarvalho): check syntax of other important entrypoint playbooks ansible_syntax: python setup.py ansible_syntax integration: python -c 'print("run test/integration/run-tests.sh")' |