Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
872c4739
Commit
872c4739
authored
Dec 01, 2014
by
Joshua Roesslein
Browse files
Fix coveralls.
parent
a8346042
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
872c4739
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment