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

jackfirth / pyramda / 175
95%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2019 07:50AM UTC
Jobs 3
Files 144
Run time 30s
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

pending completion
175

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

985 of 1035 relevant lines covered (95.17%)

2.85 hits per line

Jobs
ID Job ID Ran Files Coverage
2 175.2 03 Oct 2019 07:50AM UTC 0
95.17
Travis Job 175.2
4 175.4 03 Oct 2019 07:50AM UTC 0
94.88
Travis Job 175.4
5 175.5 03 Oct 2019 07:50AM UTC 0
94.88
Travis Job 175.5
Source Files on build 175
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #175
  • Pull Request #36
  • PR Base - master (#146)
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