Skip to content

Updated tests to reflect addition of non-breaking space

f5a75f0
Select commit
Loading
Failed to load commit list.
Open

Added non-printing character to HTML anchors to support PDF conversion #512

Updated tests to reflect addition of non-breaking space
f5a75f0
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Feb 6, 2026 in 2m 44s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a normal build for the test-pdf-links branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python ENV OS State
1003.1 3.5 TEST_DIR=doc-generator Linux passed
1003.2 3.6 TEST_DIR=doc-generator Linux passed
1003.3 3.7 TEST_DIR=doc-generator Linux passed
1003.4 3.8 TEST_DIR=doc-generator Linux passed
1003.5 3.9 TEST_DIR=doc-generator Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.5, 3.6, 3.7, 3.8, 3.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.5",
    "3.6",
    "3.7",
    "3.8",
    "3.9"
  ],
  "install": [
    "true"
  ],
  "env": [
    "jobs={:TEST_DIR=>\"doc-generator\"}"
  ],
  "before_script": [
    "pushd $TEST_DIR && source .travis/before_script"
  ],
  "script": [
    "source .travis/script"
  ],
  "after_script": [
    "source .travis/after_script && popd"
  ]
}