diff options
author | Andrew Butcher <abutcher@redhat.com> | 2017-08-01 15:04:16 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2017-08-01 16:05:33 -0400 |
commit | f4bb01612bca41e0276b873fbfc488db4e74717f (patch) | |
tree | 1a54b2288abcb60c0238c6cfb67a0e39872094a0 | |
parent | d62c9ea3b59130b8eb7e755f41edd2040f6a3b83 (diff) | |
download | openshift-f4bb01612bca41e0276b873fbfc488db4e74717f.tar.gz openshift-f4bb01612bca41e0276b873fbfc488db4e74717f.tar.bz2 openshift-f4bb01612bca41e0276b873fbfc488db4e74717f.tar.xz openshift-f4bb01612bca41e0276b873fbfc488db4e74717f.zip |
Paren wrap integration print().
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,4 +24,4 @@ commands = 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"' + integration: python -c 'print("run test/integration/run-tests.sh")' |