Skip to content

Commit 319e0bb

Browse files
Add build check for python.py setup (#631)
1 parent 16ba29b commit 319e0bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ flake8:
4343
mypy:
4444
mypy
4545

46-
lint: black flake8 mypy
46+
sdist-check:
47+
python setup.py check -s
48+
python setup.py check -s 2>&1 | (! grep -qEi 'error|warning')
49+
50+
lint: black flake8 mypy sdist-check
4751

4852
# ---- Unit Tests (no algod) ---- #
4953

0 commit comments

Comments
 (0)