use new wagtail_factories package
This commit is contained in:
10
Makefile
10
Makefile
@@ -16,17 +16,13 @@ install: develop
|
|||||||
|
|
||||||
develop: clean requirements
|
develop: clean requirements
|
||||||
|
|
||||||
|
test:
|
||||||
src/wagtail-factories:
|
|
||||||
pip install -e git+https://github.com/mvantellingen/wagtail-factories.git@master#egg=wagtail_factories-0.3.0
|
|
||||||
|
|
||||||
test: src/wagtail-factories
|
|
||||||
py.test --nomigrations --reuse-db tests/
|
py.test --nomigrations --reuse-db tests/
|
||||||
|
|
||||||
retest: src/wagtail-factories
|
retest:
|
||||||
py.test --nomigrations --reuse-db tests/ -vvv
|
py.test --nomigrations --reuse-db tests/ -vvv
|
||||||
|
|
||||||
coverage: src/wagtail-factories
|
coverage:
|
||||||
py.test --nomigrations --reuse-db tests/ --cov=wagtail_personalisation --cov-report=term-missing --cov-report=html
|
py.test --nomigrations --reuse-db tests/ --cov=wagtail_personalisation --cov-report=term-missing --cov-report=html
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
Reference in New Issue
Block a user