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 260464a commit 42f7378Copy full SHA for 42f7378
V2/Makefile
@@ -16,6 +16,8 @@ install:
16
@echo "Completed! "
17
18
.PHONY: test
19
+test: export ENVIRONMENT = test
20
+test: export TEST_DB_CONNECTION = sqlite:///:memory:
21
test:
22
@echo "=========================================Lint with flake8========================================="
23
flake8 . --show-source --statistics
0 commit comments