Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Nov 14, 2016
1 parent 4dcae47 commit c9e0601
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ python:
- "2.6"
- "2.7"
# command to install dependencies copied this from like many github toolboxes out there
before_install:
- pip install --user codecov
after_success:
- codecov --file coverage/lcov.info --disable search
install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
Expand All @@ -26,4 +22,9 @@ install:
- python setup.py install

# command to run tests
script: pytest
script: pytest

before_install:
- pip install --user codecov
after_success:
- codecov --file coverage/lcov.info --disable search

0 comments on commit c9e0601

Please sign in to comment.