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

Gallopsled / pwntools / 1642
74%

Build:
DEFAULT BRANCH: dev
Ran 29 Dec 2016 12:24AM UTC
Jobs 1
Files 119
Run time 6s
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
1642

push

travis-ci

zachriggle
fixed RuntimeError in setup.py caused by pandoc on non-amd64 arches (#820)

If pandoc is not installed locally, pwntools' setup.py
tells pypandoc to download one.

Unfortunately, it fails on non-amd64 arches because
pypandocs provides precompiled binaries only for amd64.

Since pypandoc is not hard dependency for pwntools,
this error can be skipped without major harm.

In fact, pwntools' setup.py already handles ImportError
gracefully. The problem is, arch mismatch causes
a completely different exception.

6325 of 11967 relevant lines covered (52.85%)

0.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1642.1 29 Dec 2016 12:24AM UTC 0
52.85
Travis Job 1642.1
Source Files on build 1642
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1642
  • b584ca34 on github
  • Prev Build on dev (#1631)
  • Next Build on dev (#1648)
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