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

mgedmin / zodbbrowser / 319
100%

Build:
DEFAULT BRANCH: master
Ran 13 Dec 2017 11:47AM UTC
Jobs 6
Files 13
Run time 6min
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
319

push

travis-ci

mgedmin
Fix ValueError on Windows

time.gmtime() doesn't like times older than 1970-01-01 on Windows.

Actually the cutoff is 12 hours before, when it's already 1970-01-01 somewhere
in the world:

  >>> time.gmtime(-12*60*60)
  ValueError: (22, 'Invalid argument')
  >>> time.gmtime(-12*60*60+1)
  time.struct_time(tm_year=1969, ...)

1260 of 1295 relevant lines covered (97.3%)

5.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 319.1 13 Dec 2017 11:47AM UTC 0
97.3
Travis Job 319.1
2 319.2 13 Dec 2017 11:48AM UTC 0
97.14
Travis Job 319.2
3 319.3 13 Dec 2017 11:48AM UTC 0
97.14
Travis Job 319.3
4 319.4 13 Dec 2017 11:49AM UTC 0
97.14
Travis Job 319.4
5 319.5 13 Dec 2017 11:51AM UTC 0
97.14
Travis Job 319.5
6 319.6 13 Dec 2017 11:54AM UTC 0
97.14
Travis Job 319.6
Source Files on build 319
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #319
  • 10a33259 on github
  • Prev Build on master (#318)
  • Next Build on master (#320)
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