Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
lthurner committed May 3, 2017
1 parent 4055467 commit a9d2d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ install:
- conda install numpy=1.11
- pip install pytest pytest-cov
- pip install coveralls
- pip install codecov
- python setup.py install
- conda list
- conda info -a
Expand All @@ -40,5 +41,5 @@ script:

after_success:
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.5" ]]; then
coveralls;
codecov;
fi
1 change: 0 additions & 1 deletion pandapower/test/converter/test_from_ppc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import pandapower as pp
from pandapower.converter import from_ppc, validate_from_ppc
from pypower import case9

try:
import pplog as logging
Expand Down

0 comments on commit a9d2d4e

Please sign in to comment.