Commit 5d6d09f5 by Oleg Marshev

Add develop target.

parent ce8abdb2
......@@ -24,7 +24,7 @@ quality:
pylint $(PACKAGES)
diff-coverage:
diff-cover coverage/coverage.xml --html-report build/coverage/diff_cover.html
diff-cover build/coverage/coverage.xml --html-report build/coverage/diff_cover.html
diff-quality:
diff-quality --violations=pep8 --html-report build/coverage/diff_quality_pep8.html
......@@ -34,3 +34,12 @@ coverage: diff-coverage diff-quality
create-index:
python manage.py create_index
requirements:
pip install -q -r requirements/base.txt --exists-action=w
test.requirements: requirements
pip install -q -r requirements/test.txt --exists-action=w
develop: test.requirements
pip install -q -r requirements/local.txt --exists-action=w
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment