Add itertools dependency to support python2.7
[testsuite/python-testing-utils.git] / robotframework-onap / tox.ini
index 92f6317..08ebf48 100644 (file)
@@ -38,4 +38,5 @@ commands = nosetests --with-xunit \
 
 [testenv:py27]
 basepython = python2.7
-commands = nosetests --all-modules tests
+commands =
+  nosetests --all-modules tests