瀏覽代碼

Paren wrap integration print().

Andrew Butcher 7 年之前
父節點
當前提交
f4bb01612b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tox.ini

+ 1 - 1
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")'