From: Joshua Roesslein Date: Mon, 1 Dec 2014 17:24:16 +0000 (-0600) Subject: Fix coveralls. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=872c4739273c626d00be9babbc2aeef569a2ad97;p=tweepy.git Fix coveralls. --- diff --git a/.travis.yml b/.travis.yml index c8c9512..3db95b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,11 +33,13 @@ env: install: - pip install -r test_requirements.txt -r requirements.txt + - pip install coveralls script: - nosetests -v --with-coverage -c tests/travis-tests.cfg -after_success: if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then coveralls; fi +after_success: + - if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then coveralls; fi deploy: provider: pypi