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

adrienverge / yamllint / 1081 / 11
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 30 Sep 2020 07:47AM UTC
Files 29
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

30 Sep 2020 07:43AM UTC coverage: 97.491% (-0.08%) from 97.569%
REMOVE_LOCALES=false

push

travis-ci-com

adrienverge
tests: Stop using deprecated 'python setup.py test'

Using `python setup.py test` is now deprecated [1], users are encouraged
to be explicit about the test command.

Running yamllint tests using the Python standard library (`unittest`)
can be done using:

    python -m unittest discover

Why not nose, tox or pytest? Because they would add a dependency, make
tests running more complicated and verbose for new users, and their
benefit is not worth for this simple project (only 2 runtime
dependencies: PyYAML and pathspec).

Resolves https://github.com/adrienverge/yamllint/issues/328.

[1]: https://github.com/pypa/setuptools/pull/1878

1127 of 1156 relevant lines covered (97.49%)

0.97 hits per line

Source Files on job 1081.11 (REMOVE_LOCALES=false)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 961
  • Travis Job 1081.11
  • 85c86311 on github
  • Prev Job for REMOVE_LOCALES=false on master (#1077.7)
  • Next Job for REMOVE_LOCALES=false on master (#1086.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