#!/bin/sh

# Set verbosity to 2 to have a feedback of progress
TESTS_VERBOSITY=--verbosity=2

python2 ./run_tests.py $TESTS_VERBOSITY --with-doctest
