projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a834604
)
Fix coveralls.
author
Joshua Roesslein
<jroesslein@opengov.com>
Mon, 1 Dec 2014 17:24:16 +0000
(11:24 -0600)
committer
Joshua Roesslein
<jroesslein@opengov.com>
Mon, 1 Dec 2014 17:24:16 +0000
(11:24 -0600)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index c8c9512a4337a14cf9221093fbe32dcdec6d9397..3db95b59d9c9a7b1e97e981d6fbba2bd001bad0c 100644
(file)
--- 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