Commit b4bfe88c97e66a92def331d1b56d471912edc8cb

Authored by Anthex
1 parent aff24fbe

fix codecov config

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.travis.yml
1 1 language: python
2 2 before_install:
3   - - pip install --user codecov
  3 + - pip install codecov
4 4 after_success:
5 5 - codecov --file coverage/lcov.info --disable search
6 6 python:
... ...