sudo: false language: python python: - 2.7 install: - pip install codecov script: - coverage run tests.py after_success: - codecov