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

romgar / django-dirtyfields / 603 / 1
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
Files 3
Run time 0s
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

10 Apr 2021 08:41AM UTC coverage: 99.225%. Remained the same
TOXENV=py36-django111-postgresql COLLECT_COVERAGE=true PYPI_DEPLOY=true

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

Source Files on job 603.1 (TOXENV=py36-django111-postgresql COLLECT_COVERAGE=true PYPI_DEPLOY=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 552
  • Travis Job 603.1
  • 6f735558 on github
  • Prev Job for TOXENV=py36-django111-postgresql COLLECT_COVERAGE=true PYPI_DEPLOY=true on issue_173_new_packaging (#601.1)
  • Next Job for TOXENV=py36-django111-postgresql COLLECT_COVERAGE=true PYPI_DEPLOY=true on issue_173_new_packaging (#605.1)
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