Skip to content

Commit

Permalink
Merge pull request #1783 from sa2ajj/remove-coveralls-from-travis-yml
Browse files Browse the repository at this point in the history
remove coveralls from travis.yml
  • Loading branch information
Mikhail Sobolev committed Jul 23, 2015
2 parents c06bc0d + d93a7cf commit ff9c541
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -64,8 +64,6 @@ matrix:
install:
# codecov is the interface to codecov.io; see after_success
- "echo 'travis_fold:start:codecov'; pip install codecov; echo 'travis_fold:end:codecov'"
# coveralls is the interface to coveralls.io; see after_success
- "echo 'travis_fold:start:coveralls'; pip install coveralls; echo 'travis_fold:end:coveralls'"
- "echo 'travis_fold:start:tw'; [ $TWISTED = latest ] || pip install Twisted==$TWISTED; echo 'travis_fold:end:tw'"
- "echo 'travis_fold:start:sa'; [ $SQLALCHEMY = latest ] || pip install sqlalchemy==$SQLALCHEMY; echo 'travis_fold:end:sa'"

Expand Down Expand Up @@ -127,7 +125,6 @@ notifications:

after_success:
- "[ $TESTS != coverage ] || codecov"
- "[ $TESTS != coverage ] || coveralls"
sudo: false
git:
depth: 300

0 comments on commit ff9c541

Please sign in to comment.