Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a48512

Browse files
committed
Try codecov instead
1 parent 499fe96 commit 8a48512

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ install:
6767
pip install $PRE python-dateutil $NUMPY pyparsing!=2.0.4 pillow sphinx!=1.3.0;
6868
fi
6969
# Always install from pypi
70-
- pip install $PRE pep8 cycler coveralls coverage
70+
- pip install $PRE pep8 cycler codecov coverage
7171
- 'pip install git+https://github.com/jenshnielsen/nose.git@matplotlibnose'
7272

7373
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
@@ -164,7 +164,5 @@ after_success:
164164
fi
165165
fi
166166
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
167-
# account for us running the test out-of-repo and coveralls expects in-repo
168-
# tests
169-
coveralls
167+
codecov
170168
fi

0 commit comments

Comments
 (0)