We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968663f commit 3279130Copy full SHA for 3279130
Makefile
@@ -1,6 +1,8 @@
1
SHELL = /bin/bash
2
3
-build:
+build: install lint
4
+
5
+install:
6
pip install -r requirements.txt && \
7
python setup.py install
8
0 commit comments