Skip to content

Commit 8a9329d

Browse files
committed
fixed Makefile and Pipfile
1 parent 022040f commit 8a9329d

3 files changed

Lines changed: 34 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ run:
33

44
install:
55
pip3 show pipenv || pip3 install pipenv
6-
pipenv install
7-
pipenv run pip install pipenv
6+
pipenv install --dev
87
pipenv run pip install --editable .
98

109
test:

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pytest = "*"
1212
mypy = "*"
1313
"autopep8" = "*"
1414
pylint = "*"
15+
pipenv = "*"
1516

1617
[requires]
1718
python_version = "3.6"

Pipfile.lock

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)