
./setup.py test

py.test --doctest-modules lib tests

py.test tests/test_foo.py -v -k TAG
py.test --pdb -k TAG

py.test -n NUM    # requires pytest-xdist plugin


tox
tox -e py27-ipy23
