diff options
Diffstat (limited to 'check')
| -rwxr-xr-x | check | 8 | 
1 files changed, 2 insertions, 6 deletions
| @@ -10,12 +10,8 @@ then      exit 0  fi -if which nose2-3 > /dev/null -then -    NOSE2=nose2-3 -else -    NOSE2=nose2 -fi +PYTHON="${PYTHON:-python3}" +NOSE2="${NOSE2:-$PYTHON -m nose2}"  export PYTHONDEVMODE=1 | 
