Release v1.5.3 #1922
Merged
Release v1.5.3 #1922
Travis CI / Travis CI - Pull Request
succeeded
Nov 13, 2024 in 3m 29s
Build Passed
The build passed. This is a change from the previous build, which canceled.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1922 Release v1.5.3.
Any changes that have been made to the dev branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
2264.1 | 3.9 | PYTHONUNBUFFERED=1 | Linux | passed |
2264.2 | 3.10 | PYTHONUNBUFFERED=1 | Linux | passed |
2264.3 | 3.11 | PYTHONUNBUFFERED=1 | Linux | passed |
2264.4 | 3.12 | PYTHONUNBUFFERED=1 | Linux | passed |
2264.5 | 3.13 | PYTHONUNBUFFERED=1 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Python Versions | 3.9, 3.10, 3.11, 3.12, 3.13 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"arch": [
"amd64"
],
"python": [
"3.9",
"3.10",
"3.11",
"3.12",
"3.13"
],
"addons": {
"ssh_known_hosts": [
"localhost"
]
},
"env": [
"jobs={:PYTHONUNBUFFERED=>\"1\"}"
],
"before_install": [
"sudo rm -f /etc/apt/sources.list.d/mongodb*.list",
"sudo apt-key del 90CFB1F5",
"sudo apt-get -qq update",
"sudo apt-get install -y sshfs screen util-linux libdbus-1-dev"
],
"install": [
"pip install -U pip",
"pip install pylint ruff flake8 pyfakefs keyring",
"pip install pyqt6 dbus-python",
"ssh-keygen -b 2048 -t rsa -f /home/travis/.ssh/id_rsa -N \"\"",
"cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys",
"eval `ssh-agent -s`"
],
"script": [
"python -m compileall common common/test common/plugins qt qt/test qt/plugins",
"cd common",
"./configure",
"make unittest-v",
"cd ..",
"cd qt",
"./configure",
"make",
"pytest --verbose"
]
}
Loading