Changeset 42 in code


Ignore:
Timestamp:
Feb 18, 2016, 5:16:43 AM (9 years ago)
Author:
zaitsev.serge
Message:

install codecov as user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r41 r42  
    99
    1010before_install:
    11   - pip install codecov
     11  - pip install --user codecov
    1212after_success:
    1313  - codecov
Note: See TracChangeset for help on using the changeset viewer.