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

NZOI / nztrain / 926
38%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2020 05:21AM UTC
Jobs 1
Files 153
Run time 10s
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
926

push

travis-ci

web-flow
Add PyPy for Python 3.6 to "Other" language options (#104)

PyPy is an alternative implementation of Python that is expected to be
faster than CPython (the standard implementation) when judging Python
submissions.

There are no plans to remove CPython in the near future, because PyPy
is often a few versions behind CPython and there are small
compatibility issues. The biggest one is probably that CPython has an
optimisation that can make repeated string concatenation run in O(n)
time, while in PyPy it is always O(n^2).[1] But note that PEP 8
recommends not to rely on this optimisation.[2]

[1] https://pypy.readthedocs.io/en/latest/cpython_differences.html#performance-differences
[2] https://www.python.org/dev/peps/pep-0008/#programming-recommendations

1 of 1 new or added line in 1 file covered. (100.0%)

2325 of 7016 relevant lines covered (33.14%)

4.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 926.1 (2.3.8) 20 Apr 2020 05:21AM UTC 0
33.14
Travis Job 926.1
Source Files on build 926
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #926
  • 843d01e5 on github
  • Prev Build on master (#911)
  • Next Build on master (#977)
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