Skip to content

Commit 2a8734b

Browse files
author
Sylvain MARIE
committed
fixed pytest-html dependency for travis build
1 parent 357936f commit 2a8734b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_tools/requirements-pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pytest-logging # ==2015.11.4
1717

1818
# --- to generate the reports (see scripts in ci_tools, called by .travis)
1919
pytest-cov==2.6.0 # after 2.6.1 it requires pytest 3.6
20-
pytest-html #$PYTEST_HTML_VERSION
20+
pytest-html==1.9.0 # otherwise requires pytest 5
2121
xunitparser
2222

2323
# --- to generate the doc (see .travis)

0 commit comments

Comments
 (0)