Skip to content

Commit ffa2a57

Browse files
authored
Removed python version required - not mandatory for now (#12)
1 parent 177309d commit ffa2a57

File tree

3 files changed

+31
-48
lines changed

3 files changed

+31
-48
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_pipenv:
3838
python -m pip install --user pipenv
3939
python -m pipenv --python ${PIPENV_PYTHON_VERSION}
4040
ifeq ($(PIPENV_PYTHON_VERSION), 2.7)
41-
python -m pipenv install -r requirements.py2.txt
41+
python -m pipenv install --ignore-pipfile --skip-lock --requirements requirements.py2.txt
4242
else
4343
python -m pipenv install --dev
4444
endif

Pipfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ flake8 = "*"
1111
twine = "*"
1212
bleach = "==3.1.1"
1313

14-
[requires]
15-
python_version = "3.7"
16-
1714
[scripts]
1815
build = "python setup.py sdist bdist_wheel"
1916
test = "python -m unittest discover -s nuclio_sdk/test -p 'test_*.py' -v"

Pipfile.lock

Lines changed: 30 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)