1 2 3 4 5 6 7
eval "$( declare -f check | \ sed ' s/python setup.py test/python setup.py test || true/ s/python2 setup.py test/python2 setup.py test || true/ ' )"