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

spulec / freezegun / 225 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 09 Feb 2015 07:26PM UTC
Files 2
Run time 2s
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

09 Feb 2015 07:25PM UTC coverage: 94.981%. First build
225.1

Pull #82

travis-ci

Marc Abramowitz
Fix PyPy problems

PyPy appears to rely on the ability to call localtime and gmtime with an
argument, which I guess CPython doesn't.

This fixes errors like these:

tests/unit/test_unit_outdated.py:143: in test_global_state
    state.save('2.0', datetime.datetime.utcnow())
/usr/local/Cellar/pypy/2.4.0_2/libexec/lib_pypy/datetime.py:1554: in utcnow
    return cls.utcfromtimestamp(t)
/usr/local/Cellar/pypy/2.4.0_2/libexec/lib_pypy/datetime.py:1540: in utcfromtimestamp
    y, m, d, hh, mm, ss, weekday, jday, dst = _time.gmtime(t)
E   TypeError: __call__() takes exactly 1 argument (2 given)
Pull Request #82:

246 of 259 relevant lines covered (94.98%)

0.95 hits per line

Source Files on job 225.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 225
  • Travis Job 225.1
  • 1a11f453 on github
  • Next Job for on master (#226.1)
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