dist: xenial language: python python: - 2.7 - 3.5 - 3.6 - 3.7 install: - pip install -r travis-requirements.txt script: - coverage run setup.py test - coverage run setup.py test --test-suite tests.api.test_lyrics after_script: codecov