mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Merge pull request #312 from yvaucher/15.0-fix-travis-typing-noreturn
[15.0] Fix travis Force Python version on Travis
This commit is contained in:
+3
-1
@@ -7,7 +7,9 @@ branches:
|
||||
- "/^[[:digit:]]{1,2}.[[:digit:]]$/"
|
||||
|
||||
python:
|
||||
- "3.7"
|
||||
# Force a newer version than 3.7.1 which break build
|
||||
# due to https://bugs.python.org/issue34921
|
||||
- "3.7.2"
|
||||
|
||||
addons:
|
||||
postgresql: "9.5"
|
||||
|
||||
Reference in New Issue
Block a user