Skip to content

Commit c52d99f

Browse files
committed
Minor improvements in Makefile
1 parent c67e973 commit c52d99f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ PYTESTS=pytest
66
COVERAGE=coverage
77

88
tests: check_formatting docs
9-
$(PYTESTS) -n auto
9+
$(PYTESTS) -n auto tests
1010

1111
stress-tests: SA_STRESS_TESTS=1
1212
stress-tests: tests
13-
$(PYTESTS) -n auto
1413

1514
clean:
1615
rm -rf superannotate.egg-info

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ pip install -e .
2020
pip install pytest pytest-xdist
2121

2222
# for coverage
23-
# pip install coverage pytest-cov
23+
pip install coverage pytest-cov
2424

2525
# for linting
26-
# pip install pylint pylint-json2html pylint-pytest
26+
pip install pylint pylint-json2html pylint-pytest
2727

2828
# for docs
29-
# pip install sphinx sphinx_rtd_theme
29+
pip install sphinx sphinx_rtd_theme
3030

3131
# for on PyPI distribution
32-
# pip install twine
32+
pip install twine

0 commit comments

Comments
 (0)