adds install as a dependency to run the tests
parent
f6f144c60f
commit
5bd55ddd16
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ clean-test: ## remove test and coverage artifacts
|
||||||
lint: ## check style with flake8
|
lint: ## check style with flake8
|
||||||
flake8 src tests
|
flake8 src tests
|
||||||
|
|
||||||
test: ## run tests quickly with the default Python
|
test: install ## run tests quickly with the default Python
|
||||||
py.test tests
|
py.test tests
|
||||||
|
|
||||||
check: test ## run tests quickly with the default Python
|
check: test ## run tests quickly with the default Python
|
||||||
|
|
Loading…
Reference in New Issue