Skip to content

Commit e559abb

Browse files
committed
chore(ci): update appveyor test environment
Update to run against Python 3.x instead of EOL 2.x Signed-off-by: Mike Fiedler <[email protected]>
1 parent ca2bfc1 commit e559abb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: '{build}'
22
init:
3-
- cmd: python -m pip install -U pip
4-
- cmd: pip install pipenv
5-
- cmd: pip install poetry==1.0.0a2
3+
- cmd: python3 -m pip install -U pip
4+
- cmd: pip3 install pipenv
5+
- cmd: pip3 install poetry
66
- cmd: npm i -g serverless
77
build: off
88
test_script:

0 commit comments

Comments
 (0)