summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/tox.ini
diff options
context:
space:
mode:
authorumry8364 <morgan.richomme@orange.com>2019-08-29 15:32:05 +0200
committerumry8364 <morgan.richomme@orange.com>2019-08-29 15:32:05 +0200
commitb2e7c2de9f8333c232f6daf89ab69850133db48c (patch)
tree2dc3765cbd734f2d7dab32433eeecb7f5519f446 /robotframework-onap/tox.ini
parentd4af56d4c2f67a1285da783764f20a0c1c546592 (diff)
Add itertools dependency to support python2.7
- needed until a full swap to python 3 is effective - minor fix to improve pylint on CsarParser Issue-ID: INT-1228 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I954794197233d17113bbdea5719d85980579d299
Diffstat (limited to 'robotframework-onap/tox.ini')
-rw-r--r--robotframework-onap/tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/robotframework-onap/tox.ini b/robotframework-onap/tox.ini
index 92f6317..08ebf48 100644
--- a/robotframework-onap/tox.ini
+++ b/robotframework-onap/tox.ini
@@ -38,4 +38,5 @@ commands = nosetests --with-xunit \
[testenv:py27]
basepython = python2.7
-commands = nosetests --all-modules tests
+commands =
+ nosetests --all-modules tests