view testonly.sh @ 75:09c7a9c1fac7 draft

Add CI configurations for Travis CI and bitbucket pipelines
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 25 May 2019 23:28:43 +0200
parents
children 5aaab0037358
line wrap: on
line source

#!/bin/sh

for F in pcombinators/tests/test_*; do
    PYTHONPATH=. python3 ${F};
done