File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ PYTESTS=pytest
66COVERAGE =coverage
77
88tests : check_formatting docs
9- $(PYTESTS ) -n auto
9+ $(PYTESTS ) -n auto tests
1010
1111stress-tests : SA_STRESS_TESTS=1
1212stress-tests : tests
13- $(PYTESTS ) -n auto
1413
1514clean :
1615 rm -rf superannotate.egg-info
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ pip install -e .
2020pip 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
You can’t perform that action at this time.
0 commit comments