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

plone / plone.api / 1402
97%
master: 0%

Build:
Build:
LAST BUILD BRANCH: maurits/verify-intids-in-tests
DEFAULT BRANCH: master
Ran 16 Feb 2018 12:39AM UTC
Jobs 1
Files 0
Run time –
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
1402

push

travis-ci

mauritsvanrees
Solve more isort confusion with datetime.

The isort setups on Jenkins and Travis do not agree.
Apparently it is unclear what the correct sort order is for these versions:

  from datetime import date
  from datetime import datetime as dtime

So I replaced it with:

  import datetime as dtime

We don't use simple `import datetime` under its own name,
because one of the functions uses 'datetime' as an argument.
Jobs
ID Job ID Ran Files Coverage
4 1402.4 (TOXENV=isort,flake8,docs,) 16 Feb 2018 12:39AM UTC 0
Travis Job 1402.4
Source Files on build 1402
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1402
  • bd8d4615 on github
  • Prev Build on isort-flake8-improvements (#1400)
  • Next Build on isort-flake8-improvements (#1404)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc