summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2022-11-22 18:03:08 -0600
committerGitHub <noreply@github.com>2022-11-22 18:03:08 -0600
commit65eb520debc1ce804be05d1191389fe987726aaf (patch)
treefe0f2127208f951810b6082c333230c839584f26 /.travis.yml
parentf1a9e44ecdf74c6f407afedd74454565a1e20948 (diff)
downloadcloud-init-git-65eb520debc1ce804be05d1191389fe987726aaf.tar.gz
Make 3.12 failures not fail the build (#1873)
Since 3.12 is the development release, failures of it shouldn't fail the overall build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d3421e17..45cfbf7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -152,3 +152,5 @@ matrix:
- python: 3.9
- python: 3.8
- python: 3.7
+ allow_failures:
+ - python: 3.12-dev