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
8
8
9
9
## Prepare development environment
10
10
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 .
12
12
13
13
## Installation
14
14
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Run lambda function on local machine
9
9
Prepare development environment
10
10
-------------------------------
11
11
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 .
13
13
14
14
Installation
15
15
------------
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ build-py2:
27
27
python setup.py sdist bdist_wheel
28
28
29
29
build-py3 :
30
- box : python:3.7 -slim
30
+ box : python:3.6 -slim
31
31
steps :
32
32
- script :
33
33
name : virtualenv install
You can’t perform that action at this time.
0 commit comments