Skip to content

Commit c329087

Browse files
committed
Correct Travis failure
1 parent 1b96c06 commit c329087

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ commands = pylint watson_developer_cloud
88

99
[testenv]
1010
passenv = TOXENV CI TRAVIS*
11-
commands =
12-
py.test --rerun 3 --cov=watson_developer_cloud
11+
commands =
12+
py.test --reruns 3 --cov=watson_developer_cloud
1313
codecov -e TOXENV
1414
deps =
1515
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)