echo "Run tests (single processor) with python2"
pytest test

echo "Run tests (single processor) with python3"
pytest-3 test

# note pytest does not support MPI tests
