diff --git a/.travis.yml b/.travis.yml index 02b1e44a..01406b8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,5 @@ install: - pip install -r requirements.txt script: - python -m unittest discover +after_success: + - codecov \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2536011c..6c871119 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ requests termcolor flask -PyYAML \ No newline at end of file +PyYAML +codecov \ No newline at end of file