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 802ae8e commit f6c7bdaCopy full SHA for f6c7bda
Makefile
@@ -23,7 +23,7 @@ clean:
23
build: clean
24
@$(activate_venv_if_not_active)
25
@echo "Building..."
26
- @pip install -U setuptools
+ @pip install -r requirements-dev.txt
27
@python setup.py sdist bdist_wheel --universal
28
29
install:
@@ -35,7 +35,7 @@ install:
35
test:
36
37
@echo "Running tests..."
38
- @cd tests; coverage run manage.py test
+ @cd tests; coverage run --source=webpack_loader manage.py test
39
40
publish: build
41
@echo "Publishing to $(REPOSITORY)..."
0 commit comments