Rework toposort algorithm as an ancestor traversal #3646
Travis CI / Travis CI - Branch
required action
Sep 6, 2024 in 49s
Build Errored
The build errored.
Details
This is a normal build for the paulway_improve_topological_sort branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
6.1 | 2.6 | COMMIT=${TRAVIS_COMMIT::8} | Linux | failed |
6.2 | 2.7 | COMMIT=${TRAVIS_COMMIT::8} | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Versions | 2.6, 2.7 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"directories": [
"/home/travis/virtualenv/python2.7.9/"
]
},
"python": [
"2.6",
"2.7"
],
"install": [
"pip install -e .[develop]"
],
"script": [
"./build.sh"
],
"services": [
"docker"
],
"sudo": true,
"env": [
"global={:COMMIT=>\"${TRAVIS_COMMIT::8}\"}"
]
}
Loading