summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-08-04 16:10:01 -0400
committerGitHub <noreply@github.com>2017-08-04 16:10:01 -0400
commit55a98d5ab6d66eb5c0a357737f7729608a54a873 (patch)
tree8a758455d56fb236ad5f3fc8e51d1d170b822283 /tox.ini
parentf964fae7e6a59a80567608f8bad3763b4b10eb32 (diff)
parentf4bb01612bca41e0276b873fbfc488db4e74717f (diff)
downloadopenshift-55a98d5ab6d66eb5c0a357737f7729608a54a873.tar.gz
openshift-55a98d5ab6d66eb5c0a357737f7729608a54a873.tar.bz2
openshift-55a98d5ab6d66eb5c0a357737f7729608a54a873.tar.xz
openshift-55a98d5ab6d66eb5c0a357737f7729608a54a873.zip
Merge pull request #4964 from abutcher/py3-expiry
Merged by openshift-bot
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")'