diff --git a/.travis.yml b/.travis.yml index 7fa4f88..a953ad3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - python setup.py install script: - - pytest --cov=fpl tests + - pytest --cov=fpl after_success: - codecov