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

cfpb / wagtail-flags / 959
100%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2020 02:12AM CUT
Jobs 5
Files 15
Run time 25s
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
959

cron

travis-ci

web-flow
Fix lint errors due to using isort 5.0 (#51)

Removed `not_skip` and `recursive` from `tox.ini` to fix
TypeError: __init__() got an unexpected keyword argument 'not_skip'

* recursive
Prior to version 5.0.0, isort wouldn't automatically traverse directories. The --recursive option was necessary to tell it to do so. In 5.0.0 directories are automatically traversed for all Python files, and as such this option is no longer necessary and should simply be removed.

* not_skip
In an earlier version isort had a default skip of __init__.py. To get around that many projects wanted a way to not skip __init__.py or any other files that were automatically skipped in the future by isort. isort no longer has any default skips, so if the value here is __init__.py you can simply remove the setting.

https://timothycrosley.github.io/isort/docs/upgrade_guides/5.0.0/

* Add python_requires to setup.py

321 of 321 relevant lines covered (100.0%)

4.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 959.1 (TOXENV=lint) 07 Aug 2020 02:12AM CUT 0
0.0
Travis Job 959.1
2 959.2 (TOXENV=py36-dj111-wag23) 07 Aug 2020 02:12AM CUT 0
100.0
Travis Job 959.2
3 959.3 (TOXENV=py36-dj22-wag23) 07 Aug 2020 02:12AM CUT 0
100.0
Travis Job 959.3
4 959.4 (TOXENV=py36-dj22-wag29) 07 Aug 2020 02:12AM CUT 0
100.0
Travis Job 959.4
5 959.5 (TOXENV=py38-dj22-wag29) 07 Aug 2020 02:12AM CUT 0
100.0
Travis Job 959.5
Source Files on build 959
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
100.0
wagtailflags/apps.py10 6 6 0 4.0
100.0
wagtailflags/conditions.py34 19 19 0 4.0
100.0
wagtailflags/forms.py56 32 32 0 4.0
100.0
wagtailflags/__init__.py1 1 1 0 4.0
100.0
wagtailflags/templatetags/__init__.py0 0 0 0 0.0
100.0
wagtailflags/templatetags/wagtailflags_admin.py20 7 7 0 4.0
100.0
wagtailflags/tests/__init__.py0 0 0 0 0.0
100.0
wagtailflags/tests/settings.py113 16 16 0 4.0
100.0
wagtailflags/tests/test_apps.py8 5 5 0 4.0
100.0
wagtailflags/tests/test_conditions.py38 23 23 0 4.0
Showing 1 to 10 of 15 entries
  • Previous
  • 1
  • 2
  • Next
  • ►
    100.0
    wagtailflags/
  • Back to Repo
  • Travis Build #959
  • 5577284e on github
  • Prev Build on master (#953)
  • Next Build on master (#962)
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

© 2025 Coveralls, Inc