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

romgar / django-dirtyfields / 603
99%
develop: 99%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/docs/urllib3-2.6.0
DEFAULT BRANCH: develop
Ran 10 Apr 2021 08:48AM UTC
Jobs 1
Files 3
Run time 1s
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
603

push

travis-ci

LincolnPuzey
Migrate from setup.py to setup.cfg

Because pyproject.toml now defines the `build-system` option the package is now PEP517 compliant.
This means it can be built in the PEP517 manner, eg using `build` - https://pypa-build.readthedocs.io/en/latest/:

```
pip install build
python -m build
```

It can also be built in the legacy way using setup.py. This is what travis does.

```
python setup.py sdist bdist_wheel
```

* All package metadata is now in setup.cfg
* setup.py script is still present so builds on travis work
* Added myself as the maintainer
* retrieve version number from __init__.py
* include ChangeLog.rst in MANIFEST.in so it is included in built packages.
* removed AUTHORS, CLASSIFIERS.txt, requirements.txt. All info in these files is now in setup.cfg.

72 of 73 branches covered (98.63%)

128 of 129 relevant lines covered (99.22%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 603.1 (TOXENV=py36-django111-postgresql COLLECT_COVERAGE=true PYPI_DEPLOY=true) 10 Apr 2021 08:48AM UTC 0
99.22
Travis Job 603.1
Source Files on build 603
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #603
  • 6f735558 on github
  • Prev Build on issue_173_new_packaging (#601)
  • Next Build on issue_173_new_packaging (#605)
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