textile / python-textile

A Python port of Textile, A humane web text generator
Other
68 stars 23 forks source link

tests: update travis config #68

Closed sebix closed 5 years ago

sebix commented 5 years ago

fix build: pytest needs to be updated remove 3.3, it is EOL add 3.7

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 99.88% when pulling bb7b71bf4e64b4f9d012e3453e1d787a325662a3 on sebix:fix-travis into 146f82d3adfb5c426dfb2618da6dea6b28d64983 on textile:master.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #68   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines        1213   1213           
  Branches      226    226           
=====================================
  Hits         1213   1213

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 146f82d...bb7b71b. Read the comment docs.

ikirudennis commented 5 years ago

Ever feel like you just don't know how github expects you to handle pull requests? I tried checking out a branch that I thought would track to this pull request, but no. So I'll abandon that one and bring the tiny change over here by editing in the browser. As soon as this passes, it should be good to go. We'll see if I can figure out the right way to do this for the next pull request.