#!/bin/sh

for ipy in ipython ipython3; do
    $ipy debian/tests/test.ipy
    $ipy -c 'print("hello world")'
done
