language: python python: - "pypy" - "2.7" - "3.2" - "3.3" install: - python setup.py -q install script: - nosetests - python -m doctest README.rst