Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
fix(make): correct recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Caian R. Ertl committed Aug 20, 2018
1 parent f7a952f commit 06a0c8f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.PHONY: docs

init:
pip3 install pipenv --upgrade
dep:
pipenv install
pipenv install --dev

ci:
pipenv run pytest
dev:
pipenv install --dev

docs:
cd ./docs && make html

test:
python3 ./src/tests/test_dora.py

0 comments on commit 06a0c8f

Please sign in to comment.