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

catmaid / CATMAID / 4159 / 1
49%
master: 45%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 13 Nov 2017 07:03PM UTC
Files 90
Run time 6s
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

13 Nov 2017 06:55PM UTC coverage: 50.128% (-0.1%) from 50.276%
4159.1

push

travis-ci

tomka
Upgrade Django from v1.10.8 to v1.11.7

While we are unlikely to use many of the new Django features, v1.11 is
the first release with Python 3.6 support, which can be beneficial to
us. Python 3.6 contains many performance improvements.

- GDAL mock removed, the version parsing is fixed in Django 1.11
- GDAL was added as a requirement for the GeoDjango parts, which we use
  to a small extend. Therefore this is now also a dependency of CATMAID.
- CI: tests are now also run with Python 3.6
- Tests are now run with -Wall to show warnings, which are by default
  disabled by Django 1.11.
- The <p class="help"> elements in Django's admin templates have been
  replaced with <div class="help> elements. The few templates where we
  use this (e.g. import) have been updated.
- Replace old widget and form definitions with new template based forms
  (e.g. RGBAWidget).

Intersting feature:

QuerySet.iterator() now uses server-side cursors on PostgreSQL. This
feature transfers some of the worker memory load (used to hold query
results) to the database and might increase database memory usage. This
might however need some testing for connection pooling setups:

  https://docs.djangoproject.com/en/1.11/ref/databases/#transaction-pooling-server-side-cursors

This feature is disabled by default.

6828 of 13621 relevant lines covered (50.13%)

0.5 hits per line

Source Files on job 4159.1
  • Tree
  • List 0
  • Changed 13
  • Source Changed 4
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4159
  • Travis Job 4159.1
  • f0b128ef on github
  • Prev Job for on features/django-1.11 (#4147.3)
  • Next Job for on features/django-1.11 (#4179.2)
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