diff --git a/.travis.yml b/.travis.yml index 5c6e252..0b68bc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,11 @@ addons: install: - pip install -r requirements.txt + - pip install codecov - python setup.py install -script: python tests.py \ No newline at end of file +script: + - coverage run tests.py + +after_success: + - codecov \ No newline at end of file