Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change python version used to submit to coveralls #143

Merged
merged 1 commit into from
Oct 17, 2018
Merged

change python version used to submit to coveralls #143

merged 1 commit into from
Oct 17, 2018

Conversation

mayn
Copy link
Owner

@mayn mayn commented Oct 17, 2018

error being generated on travis side

$ if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then coveralls; fi
/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.24) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)
Traceback (most recent call last):
  File "/home/travis/virtualenv/python2.7.14/bin/coveralls", line 7, in <module>
    from coveralls.cli import main
  File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/coveralls/__init__.py", line 2, in <module>
    from .api import Coveralls
  File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/coveralls/api.py", line 9, in <module>
    import requests
  File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/requests/__init__.py", line 112, in <module>
    from . import utils
  File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/requests/utils.py", line 26, in <module>
    from ._internal_utils import to_native_string
  File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/requests/_internal_utils.py", line 11, in <module>
    from .compat import is_py2, builtin_str, str
  File "/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/requests/compat.py", line 48, in <module>
    from urllib3.packages.ordered_dict import OrderedDict
ImportError: No module named ordered_dict

List of Changes Proposed

Testing Evidence

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 022ac87 on python37 into a48a61c on master.

@mayn mayn added this to the 1.1.0 milestone Oct 17, 2018
@mayn mayn merged commit 9ddce34 into master Oct 17, 2018
@mayn mayn deleted the python37 branch October 18, 2018 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants