Skip to content

Commit

Permalink
Removed python version required - not mandatory for now (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg authored Mar 9, 2020
1 parent 177309d commit ffa2a57
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install_pipenv:
python -m pip install --user pipenv
python -m pipenv --python ${PIPENV_PYTHON_VERSION}
ifeq ($(PIPENV_PYTHON_VERSION), 2.7)
python -m pipenv install -r requirements.py2.txt
python -m pipenv install --ignore-pipfile --skip-lock --requirements requirements.py2.txt
else
python -m pipenv install --dev
endif
3 changes: 0 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ flake8 = "*"
twine = "*"
bleach = "==3.1.1"

[requires]
python_version = "3.7"

[scripts]
build = "python setup.py sdist bdist_wheel"
test = "python -m unittest discover -s nuclio_sdk/test -p 'test_*.py' -v"
Expand Down
74 changes: 30 additions & 44 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ffa2a57

Please sign in to comment.