File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# --- to execute setup.py whatever the goal
22# pytest-runner
3- setuptools_scm
43pandoc
5- pypandoc
64
75# --- to install
86
@@ -13,11 +11,9 @@ pypandoc
1311
1412# --- to generate the reports (see scripts in ci_tools, called by .travis)
1513# (pip) pytest-html$PYTEST_HTML_VERSION
16- requests
1714# (pip) xunitparser
1815# pytest-cov # ==2.5
19- coverage
20- pylint
16+ # pylint
2117
2218# --- to generate the doc (see .travis)
2319# (pip) mkdocs-material==2.7.3
Original file line number Diff line number Diff line change 11# --- to execute setup.py whatever the goal
22pytest-runner
3+ setuptools_scm
4+ pypandoc
35
46# -- to install
57makefun
911# --- to generate the reports (see scripts in ci_tools, called by .travis)
1012pytest-html$PYTEST_HTML_VERSION
1113xunitparser
14+ requests
1215
1316# --- to run the tests
1417pytest$PYTEST_VERSION
@@ -18,6 +21,7 @@ pytest-harvest
1821
1922# --- to generate the reports (see scripts in ci_tools, called by .travis)
2023pytest-cov$PYTEST_COV_VERSION # after 2.6.1 it requires pytest 3.6
24+ coverage
2125
2226# --- to generate the doc (see .travis)
2327mkdocs-material # ==2.7.3
You can’t perform that action at this time.
0 commit comments