Bump jinja2 from 3.1.3 to 3.1.4 in /docs #128
Merged
Travis CI / Travis CI - Branch
succeeded
May 6, 2024 in 2m 17s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/pip/docs/jinja2-3.1.4 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has nine jobs, running in parallel.
Job | Python | ENV | OS | State | Notes |
---|---|---|---|---|---|
3.8 | Linux | passed | |||
3.9 | COVERAGE="true" | Linux | passed | ||
3.10 | Linux | passed | |||
3.11 | Linux | passed | |||
3.12 | Linux | passed | |||
pypy3.8-7.3.9 | Linux | passed | |||
pypy3.9-7.3.9 | Linux | passed | |||
3.13-dev | DILL="master" | Linux | passed | This job is allowed to fail. | |
pypy3.10-7.3.15 | Linux | failed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"cache": {
"pip": true
},
"before_install": [
"set -e",
"if [[ $COVERAGE == \"true\" ]]; then pip install coverage; fi",
"if [[ $PANDAS == \"true\" ]]; then pip install pandas; fi",
"if [[ $SQLALCHEMY == \"true\" ]]; then pip install \"sqlalchemy<2.0.0\"; fi",
"if [[ $H5PY == \"true\" ]]; then pip install h5py; fi",
"if [[ $DILL == \"master\" ]]; then pip install \"https://github.com/uqfoundation/dill/archive/master.tar.gz\"; fi"
],
"install": [
"python -m pip install ."
],
"script": [
"for test in klepto/tests/__init__.py; do echo $test ; if [[ $COVERAGE == \"true\" ]]; then coverage run -a $test > /dev/null; else python $test > /dev/null; fi ; done",
"for test in klepto/tests/test_*.py; do echo $test ; if [[ $COVERAGE == \"true\" ]]; then coverage run -a $test > /dev/null; else python $test > /dev/null; fi ; done"
],
"after_success": [
"if [[ $COVERAGE == \"true\" ]]; then bash <(curl -s https://codecov.io/bash); else echo ''; fi",
"if [[ $COVERAGE == \"true\" ]]; then coverage report; fi"
],
"jobs": {
"include": [
{
"python": "3.8",
"env": [
{
}
]
},
{
"python": "3.9",
"env": [
{
"COVERAGE": "\"true\""
},
{
"PANDAS": "\"true\""
},
{
"SQLALCHEMY": "\"true\""
},
{
"H5PY": "\"true\""
}
]
},
{
"python": "3.10",
"env": [
{
}
]
},
{
"python": "3.11",
"env": [
{
}
]
},
{
"python": "3.12",
"env": [
{
}
]
},
{
"python": "3.13-dev",
"env": [
{
"DILL": "\"master\""
}
]
},
{
"python": "pypy3.8-7.3.9",
"env": [
{
}
]
},
{
"python": "pypy3.9-7.3.9",
"env": [
{
}
]
},
{
"python": "pypy3.10-7.3.15",
"env": [
{
}
]
}
],
"allow_failures": [
{
"python": "3.13-dev"
},
{
"python": "pypy3.10-7.3.15"
}
],
"fast_finish": true
}
}
Loading