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 d071ff7 commit 56c181eCopy full SHA for 56c181e
Makefile
@@ -1,18 +1,7 @@
1
.PHONY: docs test clean isort
2
3
-VENV:=build/venv
4
-
5
-export DJANGO_SETTINGS_MODULE?=pytest_django_test.settings_sqlite_file
6
7
-test: $(VENV)/bin/pytest
8
- $(VENV)/bin/pytest
9
10
-$(VENV)/bin/python $(VENV)/bin/pip:
11
- virtualenv $(VENV)
12
13
-$(VENV)/bin/pytest: $(VENV)/bin/python requirements.txt
14
- $(VENV)/bin/pip install -Ur requirements.txt
15
- touch $@
+test:
+ tox -e py311-dj42-sqlite_file
16
17
docs:
18
tox -e docs
requirements.txt
0 commit comments