summary refs log tree commit diff
path: root/.ci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Configure `tox` to use `venv` (#12015)Richard van der Hoff2022-02-171-1/+3
| | | As the comment says, virtualenv is a pile of fail.
* Disable coverage calculation for olddeps build. (#11888)Richard van der Hoff2022-02-021-1/+1
| | | | We disabled coverage calculation for most of CI in #11017, but the olddeps build uses a separate script and got forgotten.
* Drop support for and remove references to EOL Python 3.6 (#11683)Shay2022-01-211-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove reference in comments to python3.6 * upgrade tox python env in script * bump python version in example for completeness * upgrade python version requirement in setup doc * upgrade necessary python version in __init__.py * upgrade python version in setup.py * newsfragment * drops refs to bionic and replace with focal * bump refs to postgres 9.6 to 10 * fix hanging ci * try installing tzdata first * revert change made in b979f336 * ignore new random mypy error while debugging other error * fix lint error for temporary workaround * revert change to install list * try passing env var * export debian frontend var? * move line and add comment * bump pillow dependency * bump lxml depenency * install libjpeg-dev for pillow * bump automat version to one compatible with py3.8 * add libwebp for pillow * bump twisted trunk python version * change suffix of newsfragment * remove redundant python 3.7 checks * lint
* Fix Shellcheck SC2006: Use $(...) notationDan Callahan2021-10-222-2/+2
| | | | | | | | Use $(...) notation instead of legacy backticked `...`. https://github.com/koalaman/shellcheck/wiki/SC2006 Signed-off-by: Dan Callahan <danc@element.io>
* Fix Shellcheck SC2086: Quote to prevent splittingDan Callahan2021-10-222-2/+2
| | | | | | | | Double quote to prevent globbing and word splitting. https://github.com/koalaman/shellcheck/wiki/SC2086 Signed-off-by: Dan Callahan <danc@element.io>
* Fix Shellcheck SC2046: Quote to prevent word splitDan Callahan2021-10-222-2/+2
| | | | | | | | Quote this to prevent word splitting https://www.shellcheck.net/wiki/SC2046 Signed-off-by: Dan Callahan <danc@element.io>
* Fix broken export-data admin command and add a test for it to CI (#11078)Hillery Shay2021-10-181-0/+57
| | | Fix broken export-data admin command and add a test for it to CI
* Add `--run-background-updates` option to `update_database` script. (#10954)Nick Barrett2021-10-061-2/+2
| | | | Signed-off-by: Nick Barrett <nick@beeper.com>
* Remove fixed and flakey tests from the sytest blacklist (#10788)David Robertson2021-09-101-8/+0
| | | We want to blacklist only known, consistent failures. We should deflake tests rather than ignoring them.
* Run a nightly CI build against Twisted trunk. (#10651)Richard van der Hoff2021-08-232-0/+12
| | | This creates a GHA workflow which runs at 8am every day, and runs mypy, trial and sytest against Twisted's current trunk. If any of the jobs fail, it opens an issue.
* Missed another ci->.ciDavid Robertson2021-08-111-9/+9
| | | | Should have been more systematic with my grepping.
* Rename ci to .ciDavid Robertson2021-08-117-0/+149