diff --git a/.travis.yml b/.travis.yml index 0386b0d7aa5914aafe19042841d9952e37510642..3c233c388f43b5b0da642e848eec4ca6ed062bbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ before_script: # Package installation install: + - pip install codecov # Install project dependencies - pip install -r requirements.txt @@ -49,4 +50,7 @@ script: - python manage.py makemigrations --check --noinput # Run tests - - python manage.py test + - coverage run --source='.' manage.py test opentech + +after_success: + codecov