• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jackfirth / pyramda / 175 / 5
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2019 07:50AM UTC
Files 144
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Oct 2019 07:49AM UTC coverage: 94.879%. Remained the same
175.5

Pull #36

travis-ci

web-flow
Updated Setup.py to remove Pasteurize

Remove the following logic as Python 2 is being retired globally starting in 2020

from setuptools.command.build_py import build_py
                          : 
                          : 
class PasteurizeBuildCommand(build_py):
    def run(self):
        call(["pip", "install", "future"])
        call(["pasteurize", "./pyramda"])
        build_py.run(self)
                          : 
                          : 
cmdclass={
        'build_py': PasteurizeBuildCommand
    },
Pull Request #36: Updated Setup.py to remove Pasteurize

982 of 1035 relevant lines covered (94.88%)

0.95 hits per line

Source Files on job 175.5
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 150
  • Travis Job 175.5
  • 3219ee4c on github
  • Prev Job for on master (#146.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc