mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
Drop Python 2.6 from matrix build in appveyor
I think it's time we bury this stewardess already. Python 2.6 is not supported even by core Python team.
This commit is contained in:
parent
fa8cb2fbbd
commit
0327015be9
1 changed files with 1 additions and 13 deletions
14
appveyor.yml
14
appveyor.yml
|
|
@ -16,8 +16,6 @@ environment:
|
|||
# /E:ON and /V:ON options are not enabled in the batch script intepreter
|
||||
# See: http://stackoverflow.com/a/13751649/163740
|
||||
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
|
||||
# This command works for most versions of Python in AppVeyor except of Python 2.6
|
||||
PIP_UPGRADE_CMD: "python -m pip install --disable-pip-version-check --user --upgrade pip"
|
||||
#PANDOC_URL: "https://github.com/jgm/pandoc/releases/download/1.17.1/pandoc-1.17.1-1-windows.msi"
|
||||
#PANDOC_MSI: "C:\\pandoc.msi"
|
||||
|
||||
|
|
@ -26,16 +24,6 @@ environment:
|
|||
# a later point release.
|
||||
# See: http://www.appveyor.com/docs/installed-software#python
|
||||
|
||||
- PYTHON: "C:\\Python26"
|
||||
PYTHON_VERSION: "2.6.x" # currently 2.6.6
|
||||
PYTHON_ARCH: "32"
|
||||
# For Python 2.6 we are using old version of pip upgrade command
|
||||
PIP_UPGRADE_CMD: "pip install --disable-pip-version-check --user --upgrade pip"
|
||||
|
||||
- PYTHON: "C:\\Python26-x64"
|
||||
PYTHON_VERSION: "2.6.x" # currently 2.6.6
|
||||
PYTHON_ARCH: "64"
|
||||
|
||||
- PYTHON: "C:\\Python27"
|
||||
PYTHON_VERSION: "2.7.x" # currently 2.7.11
|
||||
PYTHON_ARCH: "32"
|
||||
|
|
@ -87,7 +75,7 @@ install:
|
|||
|
||||
# Upgrade to the latest version of pip to avoid it displaying warnings
|
||||
# about it being out of date.
|
||||
- "%PIP_UPGRADE_CMD%"
|
||||
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
|
||||
|
||||
# Install requirements
|
||||
- "%CMD_IN_ENV% pip install -r requirements.txt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue