File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# --- to execute setup.py whatever the goal
2
2
# pytest-runner
3
- setuptools_scm
4
3
pandoc
5
- pypandoc
6
4
7
5
# --- to install
8
6
@@ -13,11 +11,9 @@ pypandoc
13
11
14
12
# --- to generate the reports (see scripts in ci_tools, called by .travis)
15
13
# (pip) pytest-html$PYTEST_HTML_VERSION
16
- requests
17
14
# (pip) xunitparser
18
15
# pytest-cov # ==2.5
19
- coverage
20
- pylint
16
+ # pylint
21
17
22
18
# --- to generate the doc (see .travis)
23
19
# (pip) mkdocs-material==2.7.3
Original file line number Diff line number Diff line change 1
1
# --- to execute setup.py whatever the goal
2
2
pytest-runner
3
+ setuptools_scm
4
+ pypandoc
3
5
4
6
# -- to install
5
7
makefun
9
11
# --- to generate the reports (see scripts in ci_tools, called by .travis)
10
12
pytest-html$PYTEST_HTML_VERSION
11
13
xunitparser
14
+ requests
12
15
13
16
# --- to run the tests
14
17
pytest$PYTEST_VERSION
@@ -18,6 +21,7 @@ pytest-harvest
18
21
19
22
# --- to generate the reports (see scripts in ci_tools, called by .travis)
20
23
pytest-cov$PYTEST_COV_VERSION # after 2.6.1 it requires pytest 3.6
24
+ coverage
21
25
22
26
# --- to generate the doc (see .travis)
23
27
mkdocs-material # ==2.7.3
You can’t perform that action at this time.
0 commit comments