Skip to content

Commit

Permalink
Also install the oscarapi package itself when building the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Dec 20, 2019
1 parent 8f70a8f commit 3390c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker-build:
docker-coverage: docker-build
docker run -ti -v $(CURDIR):/opt -w /opt oscarapi/test bash -c "make install && pip install 'Django<3' && /usr/bin/make coverage"

docs:
docs: install
pip install -r docs/requirements.txt
cd docs && make clean && make html

Expand Down

0 comments on commit 3390c6f

Please sign in to comment.