language: python python: - "2.7" install: - pip install coverage coveralls script: - coverage run --source=bootstrapform setup.py test after_success: - coveralls