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

chapel-lang / sphinxcontrib-chapeldomain / 133 / 1
60%
master: 60%

Build:
DEFAULT BRANCH: master
Ran 02 Nov 2020 11:16PM UTC
Files 4
Run time 1s
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

02 Nov 2020 09:21PM UTC coverage: 60.61%. Remained the same
133.1

push

travis-ci

web-flow
Merge pull request #38 from lydia-duncan/updateForNewerSphinx

Update to require Python 3
[reviewed by @mppf]

We want to drop support for Python 2 and start taking advantage of later features
of Sphinx, or at the very least not be unreasonably far behind on Sphinx.

Update our Sphinx version from 1.8.5 to 3.2.1.  We've been on 1.8.5 for a while,
in part due to not being ready to switch to Python 3 full time.  Now that we want
to start relying on Python 3, update the version of Sphinx we use.

As part of this change, replace uses of `sphinx.locale.l_` with `sphinx.locale._`.
`l_` was deprecated and ultimately removed.  The deprecation message says to use
`_` instead, so do that.

Updates Travis to use 3.6 to test instead of 2.7 and 3.4.  Also updates setup.py and
the release script to use Python 3 as well, and for the new updates to the installation
requirements.  Everything should be tested except for the release script, which I was
worried would prematurely tag the release.

This change additionally migrates to using `python3 -m pip` instead of `pip` to
install packages, since pip is included in later python releases.  These changes were
originally performed by Michael on the main Chapel repo copy of this repository.

Tested locally

477 of 787 relevant lines covered (60.61%)

0.61 hits per line

Source Files on job 133.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 128
  • Travis Job 133.1
  • 0c7c2411 on github
  • Prev Job for on master (#126.1)
  • Next Job for on master (#138.1)
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