language: python python: - "2.7" - "pypy" # command to install dependencies # install: - pip install coveralls # - pip install -r requirements.txt # command to run tests script: nosetests after_success: coveralls