diff --git a/.travis.yml b/.travis.yml index 1f19ccd0..3270e2e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,8 @@ python: - "2.7" install: - pip install -r requirements.txt -script: python -m pytest src/Test \ No newline at end of file +script: python -m pytest src/Test +before_install: + - pip install codecov +after_success: + - codecov \ No newline at end of file