language: python python: - "2.7" # command to install dependencies install: - "python setup.py -q install" # command to run tests script: nosetests --with-doctest