@@ -3,7 +3,7 @@ envlist =
3
3
py3{9,10,11,12,13}-lint,
4
4
py3{9,10,11,12,13}-unit,
5
5
py3{9,10,11,12,13}-mypy,
6
- py3{9,10,11,12}-memleak,
6
+ py3{9,10,11,12,13 }-memleak,
7
7
lintreadme,
8
8
pydocstyle
9
9
@@ -26,7 +26,7 @@ description =
26
26
py3{9,10,11,12,13}-unit: Run the unit tests
27
27
py3{9,10,11,12,13}-lint: Lint the Python code and search for common security issues
28
28
py3{9,10,11,12,13}-mypy: Check for type safety
29
- py3{9,10,11,12}-memleak: Simple test for memory leaks with mypyc
29
+ py3{9,10,11,12,13 }-memleak: Simple test for memory leaks with mypyc
30
30
pydocstyle: docstring style checker
31
31
lintreadme: Lint the README.rst->.md conversion
32
32
@@ -49,8 +49,7 @@ commands =
49
49
py3{9,10,11,12,13}-unit: python -m pip install -U pip setuptools wheel
50
50
py3{9,10,11,12,13}-unit: make --always-make coverage-report coverage.xml PYTEST_EXTRA =" {posargs}"
51
51
py3{9,10,11,12,13}-lint: make bandit flake8 format-check diff_pylint_report diff_pydocstyle_report
52
- py3{9,10,11,12,13}-mypy: make mypy
53
- py3{9,10,11,12}-mypy: make mypyc
52
+ py3{9,10,11,12,13}-mypy: make mypy mypyc
54
53
py3{9,10,11,12,13}-memleak: make mypyi
55
54
py3{9,10,11,12,13}-memleak: python schema_salad/tests/memory-leak-check.py schema_salad/tests/test_real_cwl/ICGC-TCGA-PanCancer/complete/preprocess_vcf.cwl
56
55
0 commit comments