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

Support multiple versions of pypy (#19) #843

Merged
merged 2 commits into from
Jun 10, 2018

Conversation

stephenfin
Copy link
Contributor

As with cpython, we can now support pypy2, pypy27 etc.

Closes: #19

As with cpython, we can now support pypy2, pypy27 etc.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Closes: tox-dev#19
The messages clearly referred to PyPI yet the target was pypy. Fix the
discrepancy.

Signed-off-by: Stephen Finucane <stephen@that.guru>
@codecov
Copy link

codecov bot commented Jun 9, 2018

Codecov Report

Merging #843 into master will increase coverage by <1%.
The diff coverage is 100%.

@@          Coverage Diff           @@
##           master   #843    +/-   ##
======================================
+ Coverage      95%    95%   +<1%     
======================================
  Files          11     11            
  Lines        2317   2320     +3     
======================================
+ Hits         2209   2212     +3     
  Misses        108    108

description= py27: run pytest on Python 2.7
py34: run pytest on Python 3.6
pypy: publish to pypy
pypi: publish to PyPI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3 this grinds my gears

@gaborbernat gaborbernat merged commit f570794 into tox-dev:master Jun 10, 2018
@gaborbernat
Copy link
Member

@stephenfin thank you very much for this!

@stephenfin stephenfin deleted the issues/19 branch June 18, 2018 19:56
@asottile asottile mentioned this pull request Jun 27, 2018
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.

3 participants