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

matplotlib / matplotlib / 13890 / 3
36%
master: 36%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2016 09:18AM UTC
Files 110
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

09 Nov 2016 08:59AM UTC coverage: 66.375%. Remained the same
PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1

Pull #7433

travis-ci

web-flow
FIX: search for tkinter first in builtins

Python compiled from Python.org source builds the tkinter module as a
built-in module, not an external module, as is the case for the packaged
builds of Debian etc:

    >>> Tkinter.tkinter
    <module '_tkinter' (built-in)>

This breaks the MPL algorithm for searching for tkinter symbols, which
loaded the external module .so file to get the symbols.

Try searching in the main program namespace for the tkinter symbols,
before looking for the extermal module .so file.

Thanks to github user ettaka for reporting : see
https://github.com/matplotlib/matplotlib/issues/7428
Pull Request #7433: FIX: search for tkinter first in builtins

31120 of 46885 relevant lines covered (66.38%)

0.66 hits per line

Source Files on job 13890.3 (PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13890
  • Travis Job 13890.3
  • 5827418e on github
  • Prev Job for PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1 on master (#13881.3)
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