File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Run lambda function on local machine
88
99## Prepare development environment
1010
11- Please use a newly created virtualenv of Python 2.7 or Python 3.7 .
11+ Please use a newly created virtualenv of Python 2.7 or Python 3.6 .
1212
1313## Installation
1414
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Run lambda function on local machine
99Prepare development environment
1010-------------------------------
1111
12- Please use a newly created virtualenv of Python 2.7 or Python 3.7 .
12+ Please use a newly created virtualenv of Python 2.7 or Python 3.6 .
1313
1414Installation
1515------------
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ build-py2:
2727 python setup.py sdist bdist_wheel
2828
2929build-py3 :
30- box : python:3.7 -slim
30+ box : python:3.6 -slim
3131 steps :
3232 - script :
3333 name : virtualenv install
You can’t perform that action at this time.
0 commit comments