Skip to content

Commit 56c181e

Browse files
committed
Remove requirements.txt, some Makefile rules
Should use tox instead.
1 parent d071ff7 commit 56c181e

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

Makefile

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
.PHONY: docs test clean isort
22

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 $@
3+
test:
4+
tox -e py311-dj42-sqlite_file
165

176
docs:
187
tox -e docs

requirements.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)