Skip to content

Commit

Permalink
TST: Report missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed May 29, 2016
1 parent aa0a706 commit 91f7d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ before_install:
- export PATH="$PATH:$HOME/meme_bin/bin"

install:
- python setup.py install --single-version-externally-managed --record=/tmp/record.txt
- python setup.py install --single-version-externally-managed --record=/tmp/record.txt

script: py.test --verbose --mpl --cov --cov-report term-missing
script: py.test --verbose --mpl --cov=moca --cov-config .coveragerc --cov-report term-missing

after_script:
- codecov
Expand Down

0 comments on commit 91f7d59

Please sign in to comment.