diff --git a/Makefile b/Makefile index ca75ba5..2266bea 100644 --- a/Makefile +++ b/Makefile @@ -16,17 +16,13 @@ install: develop develop: clean requirements - -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 +test: py.test --nomigrations --reuse-db tests/ -retest: src/wagtail-factories +retest: 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 docs: diff --git a/setup.py b/setup.py index e5af273..c701ef0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ tests_require = [ 'pytest-pythonpath==0.7.2', 'pytest-sugar==0.9.1', 'pytest==3.4.2', - 'wagtail_factories==0.3.0', + 'wagtail_factories==1.0.0', ] docs_require = [