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

mgedmin / mgp2pdf / 36
100%

Build:
DEFAULT BRANCH: master
Ran 05 Dec 2014 10:19AM UTC
Jobs 4
Files 1
Run time 1min
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
36

push

travis-ci

mgedmin
Compare Py2 vs Py3 better using comparepdf and diffpdf

Procedure:

  virtualenv -p python2.7 .
  rm bin/python
  virtualenv -p python3.4 .
  rm bin/python
  bin/python2 --version  # make sure it prints 2.7
  bin/python3 --version  # make sure it prints 3.4
  bin/python2 -m mgp2pdf -o /tmp/py2 samples/*/*.mgp --unsafe
  bin/python3 -m mgp2pdf -o /tmp/py2 samples/*/*.mgp --unsafe
  cd /tmp
  for i in py2/*.pdf; do j=${i/2/3}; comparepdf -c a $i $j || echo $i $j; done
  diffpdf py2/python3.pdf py3/python3.pdf  # for visual eyeballing

564 of 564 relevant lines covered (100.0%)

3.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 36.1 05 Dec 2014 10:19AM UTC 0
99.65
Travis Job 36.1
2 36.2 05 Dec 2014 10:19AM UTC 0
99.65
Travis Job 36.2
3 36.3 05 Dec 2014 10:21AM UTC 0
100.0
Travis Job 36.3
4 36.4 05 Dec 2014 10:19AM UTC 0
100.0
Travis Job 36.4
Source Files on build 36
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #36
  • 053da4c4 on github
  • Prev Build on master (#35)
  • Next Build on master (#37)
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