summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2017-08-01 15:04:16 -0400
committerAndrew Butcher <abutcher@redhat.com>2017-08-01 16:05:33 -0400
commitf4bb01612bca41e0276b873fbfc488db4e74717f (patch)
tree1a54b2288abcb60c0238c6cfb67a0e39872094a0 /tox.ini
parentd62c9ea3b59130b8eb7e755f41edd2040f6a3b83 (diff)
downloadopenshift-f4bb01612bca41e0276b873fbfc488db4e74717f.tar.gz
openshift-f4bb01612bca41e0276b873fbfc488db4e74717f.tar.bz2
openshift-f4bb01612bca41e0276b873fbfc488db4e74717f.tar.xz
openshift-f4bb01612bca41e0276b873fbfc488db4e74717f.zip
Paren wrap integration print().
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cc17377ea..53a9222d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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")'