diff --git a/.travis.yml b/.travis.yml index 2c0947d1..88e74ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,8 @@ python: # - "3.8-dev" install: - pip install -r requirements.txt + - pip install --user codecov script: - python -m pytest -v +after_success: + - codecov