From fd577f2a02dcd0571aa2ae0d1aef5231f9d82740 Mon Sep 17 00:00:00 2001 From: Babil Golam Sarwar Date: Tue, 29 May 2018 21:35:38 +1000 Subject: [PATCH] Add version numbers to Pip packages --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7d8de223..b99fa11e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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