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

rm-hull / luma.core / 855
99%

Build:
DEFAULT BRANCH: master
Ran 30 Aug 2018 09:08PM UTC
Jobs 1
Files 19
Run time 3s
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
855

cron

travis-ci

rm-hull
Correct implementation of pkgutil style namespace (Fixes #144) (#145)

* Fix for #144

Change to correct use of pkgutil style namespace packages as documented https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages and illustrated in https://github.com/pypa/sample-namespace-packages/tree/master/pkgutil

Note: at the moment the `namespace_packages` directive is completely ignored, if you add the "luma" package to `packages` (in addition to `namespace_packages`) then `setup.py build` returns an error because it is expecting a pkg_resources style namespace package:

```
running build
running build_py
error: Namespace package problem: luma is a namespace package, but its
__init__.py does not call declare_namespace()! Please fix it.
(See the setuptools manual under "Namespace Packages" for details.)
```

Note: in the linked example the `find_packages()` method returns the "namespace" package as if it were an ordinary package.

* Update CONTRIBUTING.rst

931 of 942 relevant lines covered (98.83%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
4 855.4 (TOXENV=py36) 30 Aug 2018 09:08PM UTC 0
98.83
Travis Job 855.4
Source Files on build 855
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #855
  • 120df290 on github
  • Prev Build on master (#854)
  • Next Build on master (#857)
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