summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-08-23 16:45:01 -0400
committerRussell Teague <rteague@redhat.com>2017-08-29 08:14:37 -0400
commitd8191cbd7a66fc2ba8b4d3cafeccc19afca76850 (patch)
treea7a03b9ebcfbe0c0826630af5dee9b28b092b416 /tox.ini
parentab7b515d8ed8576b23147e64e4da73e6dea41df7 (diff)
downloadopenshift-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.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 53a9222d8..899767833 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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")'