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

ionelmc / python-tblib / 165 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 23 Oct 2019 11:06AM UTC
Files 4
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

23 Oct 2019 11:05AM UTC coverage: 86.765%. Remained the same
TOXENV=py27,report,coveralls,codecov

push

travis-ci

ionelmc
Drop support for EOL Python 3.4

Python 3.4 is end-of-life. It is no longer receiving bug fixes,
including for security issues. Python 3.4 went EOL on March 18, 2019.

Supported: https://devguide.python.org/#status-of-python-branches
EOL: https://devguide.python.org/devcycle/#end-of-life-branches

Right now, testing on Python 3.4 fails with the error:

    ImportError: Twisted on Python 3 requires Python 3.5 or later.

Rather than spend time maintaining, skipping or fixing this test, remove
the end-of-life support to reduce testing time and maintenance.

Using pypinfo, we can see the PyPI download statistics for tblib from
the last month, which show low numbers for Python 3.4.

| python_version | percent | download_count |
| -------------- | ------: | -------------: |
| 3.6            |  58.72% |        435,682 |
| 2.7            |  17.55% |        130,204 |
| 3.7            |  11.91% |         88,401 |
| 3.5            |  11.59% |         85,975 |
| 3.4            |   0.18% |          1,322 |
| 3.8            |   0.05% |            385 |
| 2.6            |   0.00% |             28 |
| 3.3            |   0.00% |              3 |
| Total          |         |        742,000 |

Python 3.4 users can continue installing older releases of tblib. Using
python_requires ensures pip users will install a compatible version with
the need to pin it.

43 of 61 branches covered (70.49%)

177 of 204 relevant lines covered (86.76%)

0.87 hits per line

Source Files on job 165.3 (TOXENV=py27,report,coveralls,codecov)
  • 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 165
  • Travis Job 165.3
  • 8d2906c2 on github
  • Prev Job for TOXENV=py27,report,coveralls,codecov on master (#160.3)
  • Next Job for TOXENV=py27,report,coveralls,codecov on master (#166.3)
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