Skip to content

Commit

Permalink
Refs fibercrypto#342, more regresion to python2 to make travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Dec 16, 2019
1 parent 16cdab2 commit 1bbb3d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ install:
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-clang"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-protobuf-c"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-go"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-python3-pip"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm tree"
choco install python3 --params "/InstallDir:C:\python3.8"
# ARM toolchain
- if not exist "gcc-arm-none-eabi.zip" curl -L -o gcc-arm-none-eabi.zip https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q3-update/+download/gcc-arm-none-eabi-5_4-2016q3-20160926-win32.zip
Expand All @@ -33,8 +33,6 @@ install:
# python stuff
- pip --version
- which pip
- which pip3
- /mingw64/bin/pip3 --version
- pip install yamllint

# sudo stuff
Expand Down

0 comments on commit 1bbb3d2

Please sign in to comment.