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

LudovicRousseau / PyKCS11 / 37
94%

Build:
DEFAULT BRANCH: master
Ran 23 Sep 2017 05:03PM UTC
Jobs 2
Files 11
Run time 26s
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
37

push

travis-ci

LudovicRousseau
ckbytelist: update __repr__()

explicitely convert to int() to use normal int and not long int.

>>> int(1L)
1

The problem was that Travis-CI with Puthon 2.7 generated an error in the
test suite:
======================================================================
FAIL: test_string (test_ckbytelist.Testutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/LudovicRousseau/PyKCS11/tests/test_ckbytelist.py", line 41, in test_string
    self.assertEqual(str(ck), "[0, 1, 2, 3, 4]")
AssertionError: '[0L, 1L, 2L, 3L, 4L]' != '[0, 1, 2, 3, 4]'
----------------------------------------------------------------------

2010 of 2323 relevant lines covered (86.53%)

1.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 37.1 23 Sep 2017 05:03PM UTC 0
86.27
Travis Job 37.1
2 37.2 23 Sep 2017 05:03PM UTC 0
86.44
Travis Job 37.2
Source Files on build 37
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #37
  • 984b4c8a on github
  • Prev Build on master (#36)
  • Next Build on master (#39)
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