mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add python 3 tests to most shell scripts
This commit is contained in:
@@ -13,5 +13,9 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
python_cmd='python3'
|
||||
# Fallback to Python 2, if Python 3 is not available
|
||||
command -v python3 > /dev/null || python_cmd=`python`
|
||||
|
||||
BASEDIR=$(dirname $0)
|
||||
python -u $BASEDIR/nrgpio.py $@
|
||||
$python_cmd -u $BASEDIR/nrgpio.py $@
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-node-pi-gpio",
|
||||
"version": "2.0.0-beta2",
|
||||
"version": "2.0.0-beta3",
|
||||
"description": "The basic Node-RED node for Pi GPIO",
|
||||
"dependencies" : {
|
||||
},
|
||||
|
Reference in New Issue
Block a user