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

matplotlib / matplotlib / 13890
36%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2016 09:18AM UTC
Jobs 2
Files 175
Run time 13min
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
13890

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

34830 of 56330 relevant lines covered (61.83%)

1.17 hits per line

Jobs
ID Job ID Ran Files Coverage
3 13890.3 (PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1) 09 Nov 2016 09:18AM UTC 0
66.38
Travis Job 13890.3
6 13890.6 (USE_PYTEST=true PANDAS=pandas DELETE_FONT_CACHE=1 TEST_ARGS=) 09 Nov 2016 09:31AM UTC 0
61.83
Travis Job 13890.6
Source Files on build 13890
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #13890
  • Pull Request #7433
  • PR Base - master (#13881)
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