diff --git a/.travis.yml b/.travis.yml index c5beac8..82f32b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ install: # command to run tests script: - coverage run -m pytest - - coverage report \ No newline at end of file + - coverage report + - codecov diff --git a/setup.py b/setup.py index c699e8f..25e1af6 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ 'pytest', 'coverage', 'blinker', + 'codecov' ], }, )