Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Version 2.0.6 not on PyPI #89

Closed
wbond opened this issue Jan 24, 2017 · 5 comments
Closed

Version 2.0.6 not on PyPI #89

wbond opened this issue Jan 24, 2017 · 5 comments

Comments

@wbond
Copy link

wbond commented Jan 24, 2017

Just a reminder that PyPI only has the old version 2.0.5 available: https://pypi.python.org/pypi/codecov

@vmuriart
Copy link
Contributor

vmuriart commented Feb 16, 2017

@wbond you probably know this, but for anyone else wanting to use the new features introduced in v2.0.6 you can use pip install https://github.com/codecov/codecov-python/tarball/v2.0.6 as a work-around.

In travis it would look like:

# install: ...
# script: ...

after_success:
  # codecov v2.0.6 isn't on PyPi
  - pip install https://github.com/codecov/codecov-python/tarball/v2.0.6
  - codecov

@jayvdb
Copy link
Contributor

jayvdb commented Mar 10, 2017

ping @stevepeak

@jakirkham
Copy link

cc @CJ-Wright

@CJ-Wright
Copy link
Contributor

This should be up on conda-forge soon so you might be able to get it from there.

@stevepeak
Copy link
Contributor

We are now on v2.0.10. Let's make sure this version (and subsequent versions) are used moving forward. Upcoming v2.1.0 will have gzipping which is important.
Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants