mirror of https://github.com/tqdm/tqdm.git
quicken pre-commit
This commit is contained in:
parent
841090491a
commit
424f5eb79b
2
Makefile
2
Makefile
|
@ -116,7 +116,7 @@ pre-commit:
|
|||
# quick sanity checks
|
||||
@make --no-print-directory testsetup
|
||||
flake8 -j 8 --count --statistics setup.py .meta/ tqdm/ tests/ examples/
|
||||
pytest -qq --durations=1 -k "basic_overhead or not (perf or keras or pandas or monitoring)"
|
||||
pytest -qq --durations=1 -k "not (perf or keras or pandas or monitoring)"
|
||||
prebuildclean:
|
||||
@+python -c "import shutil; shutil.rmtree('build', True)"
|
||||
@+python -c "import shutil; shutil.rmtree('dist', True)"
|
||||
|
|
Loading…
Reference in New Issue