diff --git a/.travis.yml b/.travis.yml index 06b9a7df..2b48212a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,15 @@ sudo: false install: - pip install -r requirements.txt + - pip install codecov script: - py.test --cov=sportsreference --cov-report term-missing tests/ - pycodestyle sportsreference/ tests/ +after_success: + - codecov + jobs: include: - stage: test