mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:56:51 +00:00
Disable Travis Tests for 3.13
This commit is contained in:
parent
44fd94966a
commit
527cae8c23
24
.travis.yml
24
.travis.yml
@ -47,16 +47,20 @@ matrix:
|
||||
- DOCKER_COMPOSE_VERSION=v2.17.3
|
||||
- SMTP_HOST=localhost
|
||||
- SMTP_PORT=1025
|
||||
- python: "3.13"
|
||||
dist: "jammy"
|
||||
sudo: true
|
||||
env:
|
||||
- DOCKER_COMPOSE_VERSION=v2.17.3
|
||||
- SMTP_HOST=localhost
|
||||
- SMTP_PORT=1025
|
||||
# below is a workaround due to invalid travis Python version
|
||||
- PDM_IGNORE_ACTIVE_VENV=true
|
||||
- PYTHON_VERSION=3.13
|
||||
|
||||
# derks@2024-06-22: disable until travis support 3.13
|
||||
# see: https://github.com/datafolklabs/cement/issues/683
|
||||
# - python: "3.13"
|
||||
# dist: "jammy"
|
||||
# sudo: true
|
||||
# env:
|
||||
# - DOCKER_COMPOSE_VERSION=v2.17.3
|
||||
# - SMTP_HOST=localhost
|
||||
# - SMTP_PORT=1025
|
||||
# # below is a workaround due to invalid travis Python version
|
||||
# - PDM_IGNORE_ACTIVE_VENV=true
|
||||
# - PYTHON_VERSION=3.13
|
||||
|
||||
services:
|
||||
- memcached
|
||||
- redis-server
|
||||
|
||||
Loading…
Reference in New Issue
Block a user