Clean up tutorial notebooks and documentation #213
Merged
Travis CI / Travis CI - Pull Request
succeeded
Feb 8, 2024 in 15m 20s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #213 Clean up tutorial notebooks and documentation.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has seven jobs, running in parallel.
Job | Xcode | ENV | OS | State |
---|---|---|---|---|
452.1 | PYTHON=3.12 | Linux | passed | |
452.2 | PYTHON=3.11 | Linux | passed | |
452.3 | PYTHON=3.10 | Linux | passed | |
452.4 | PYTHON=3.9 | Linux | passed | |
452.5 | PYTHON=3.8 | Linux | passed | |
452.6 | xcode14 | PYTHON=3.12 | macOS | passed |
452.7 | PYTHON=3.12 | windows | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Generic |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "generic",
"os": [
"linux"
],
"dist": "focal",
"version": "~> 1.0",
"if": "branch = master",
"notifications": {
"email": [
{
"on_success": "change",
"on_failure": "always"
}
]
},
"arch": [
"arm64"
],
"virt": "lxd",
"env": [
"PYTHON=3.12",
"PYTHON=3.11",
"PYTHON=3.10",
"PYTHON=3.9",
"PYTHON=3.8"
],
"before_install": [
"export ARCH=Linux-aarch64 SED=sed"
],
"install": [
"travis_retry wget https://repo.anaconda.com/miniconda/Miniconda3-latest-${ARCH}.sh -O miniconda.sh\nbash miniconda.sh -b -p ${HOME}/miniconda\nexport PATH=\"${HOME}/miniconda/bin:${PATH}\"; hash -r\nconda config --set quiet yes --set always_yes yes --set changeps1 no\ntravis_retry conda update -n base -c defaults conda\ntravis_retry conda update --all\nconda config --set solver libmamba\nconda info -a\nconda list\n",
"travis_retry conda create -n test-env\neval \"$(conda shell.bash hook)\"\nconda activate test-env\ntravis_retry conda install -c conda-forge python=${PYTHON} pandoc codecov\ntravis_retry conda update -c conda-forge --all\nconda info -a\nconda list\n",
"travis_retry conda install -c conda-forge \\\n numpy scipy python-igraph h5netcdf tqdm \\\n ipython networkx matplotlib cartopy sphinx nbsphinx nbsphinx-link \\\n tox flake8 pylint pytest-xdist pytest-cov\nconda info -a\nconda list\n"
],
"script": [
"${SED} -i '/nthreads=./{s//nthreads=2/;h}; ${x;/./{x;q0};x;q1}' setup.py\n${SED} -i '/-j ./ {s//-j 2/; h}; ${x;/./{x;q0};x;q1}' setup.cfg\n${SED} -i '/-n auto/ {s//-n 2/; h}; ${x;/./{x;q0};x;q1}' pyproject.toml\n${SED} -i '/jobs = ./ {s//jobs = 2/; h}; ${x;/./{x;q0};x;q1}' pyproject.toml\n",
"travis_retry pip install -v -e .[tests,docs]\n",
"tox -v\n"
],
"after_success": [
"codecov"
],
"jobs": {
"fast_finish": true,
"include": [
{
"os": "osx",
"osx_image": "xcode14",
"language": "shell",
"before_install": [
"export ARCH=MacOSX-x86_64 SED=gsed",
"export HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1\ntravis_retry brew install gnu-sed\n"
]
},
{
"os": "windows",
"language": "shell",
"before_install": [
"export ARCH=Windows-x86_64 SED=sed",
"export PATH=/c/Python${PYTHON/.}:/c/Python${PYTHON/.}/Scripts:${PATH}"
],
"install": [
"travis_retry choco install python --version ${PYTHON}\ntravis_retry python -m pip install --upgrade pip\ntravis_retry choco install pandoc codecov"
]
}
]
},
"group": "stable"
}
Loading