We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b96c06 commit c329087Copy full SHA for c329087
1 file changed
tox.ini
@@ -8,8 +8,8 @@ commands = pylint watson_developer_cloud
8
9
[testenv]
10
passenv = TOXENV CI TRAVIS*
11
-commands =
12
- py.test --rerun 3 --cov=watson_developer_cloud
+commands =
+ py.test --reruns 3 --cov=watson_developer_cloud
13
codecov -e TOXENV
14
deps =
15
-r{toxinidir}/requirements.txt
0 commit comments