mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Add version numbers to Pip packages
This commit is contained in:
parent
aba9ccd9de
commit
fd577f2a02
1 changed files with 4 additions and 4 deletions
|
@ -86,8 +86,8 @@ build_script:
|
|||
- python --version
|
||||
|
||||
# Install Python modules under Python 3.6
|
||||
- ps: python -m pip install --upgrade pip
|
||||
- ps: python -m pip install --upgrade pyinstaller
|
||||
- ps: python -m pip install --upgrade pip>=10.0.1
|
||||
- ps: python -m pip install --upgrade pyinstaller>=3.3.1
|
||||
|
||||
# Change to build directory and verify CWD
|
||||
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER
|
||||
|
@ -115,8 +115,8 @@ test_script:
|
|||
- python --version
|
||||
|
||||
# Install Python modules under Python 3.6
|
||||
- ps: python -m pip install --upgrade pip
|
||||
- ps: python -m pip install --upgrade pyinstaller
|
||||
- ps: python -m pip install --upgrade pip>=10.0.1
|
||||
- ps: python -m pip install --upgrade pyinstaller>=3.3.1
|
||||
|
||||
# Change to build directory and verify CWD
|
||||
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER
|
||||
|
|
Loading…
Add table
Reference in a new issue