mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 04:40:06 +00:00
Remove Python 3.5 from CI
This commit is contained in:
parent
d9b176cf0b
commit
0b6d322997
@ -42,8 +42,8 @@ jobs:
|
||||
Python27_Node8:
|
||||
python.version: '2.7'
|
||||
node_version: 8.x
|
||||
Python35_Node10:
|
||||
python.version: '3.5'
|
||||
Python36_Node10:
|
||||
python.version: '3.6'
|
||||
node_version: 10.x
|
||||
Python37_Node12:
|
||||
python.version: '3.7'
|
||||
|
@ -8,10 +8,6 @@ PYTHON_VERSION="`$PROJECT_DIR/build/$PYTHON_ENV/bin/python --version 2>&1`"
|
||||
|
||||
# only run the command on python3
|
||||
if [ -z "${PYTHON_VERSION##Python 3.*}" ]; then
|
||||
# Don't run on python 3.5
|
||||
if [ -z "${PYTHON_VERSION##Python 3.5.*}" ]; then
|
||||
exit 0
|
||||
fi
|
||||
$SCRIPT_DIR/python-dev $@
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user