We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd9732 commit b841463Copy full SHA for b841463
Makefile
@@ -12,20 +12,15 @@ format:
12
test:
13
py.test --verbose --capture=no --exitfirst tests
14
15
-before-commit: isort format lint test
+pack:
16
+ pioinstaller pack
17
+
18
+before-commit: isort format lint
19
20
clean:
21
find . -name \*.pyc -delete
22
find . -name __pycache__ -delete
23
rm -rf .cache
- rm -rf build
- rm -rf htmlcov
- rm -f .coverage
24
-
25
-profile:
26
- # Usage $ > make PIOARGS="boards" profile
27
- python -m cProfile -o .tox/.tmp/cprofile.prof $(shell which platformio) ${PIOARGS}
28
- snakeviz .tox/.tmp/cprofile.prof
29
30
publish:
31
python setup.py sdist upload
0 commit comments