python-hyper / h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
https://h11.readthedocs.io/
MIT License
490 stars 62 forks source link

Bump PyPy version in Travis CI to the latest 7.1.1 #83

Closed webknjaz closed 5 years ago

webknjaz commented 5 years ago

(it's related to the changes during recent months and is probably undocumented)

codecov-io commented 5 years ago

Codecov Report

Merging #83 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #83   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          20     20           
  Lines         927    927           
  Branches      173    173           
=====================================
  Hits          927    927

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 647939a...1340498. Read the comment docs.

webknjaz commented 5 years ago

https://travis-ci.org/python-hyper/h11/jobs/536772672#L186

$ python --version
Python 3.6.1 (784b254d6699, Apr 14 2019, 10:22:42)
[PyPy 7.1.1-beta0 with GCC 6.2.0 20160901]

https://travis-ci.org/python-hyper/h11/jobs/536772671#L186

$ python --version
Python 2.7.13 (8cdda8b8cdb8, Apr 14 2019, 14:06:44)
[PyPy 7.1.1 with GCC 6.2.0 20160901]
njsmith commented 5 years ago

Thanks!