Преглед изворни кода

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