mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Force Python version on Travis
This fixes an error
TypeError: Plain typing.NoReturn is not valid as type argument
The error is due to a bug in Python 2.7.1
https://bugs.python.org/issue34921
This commit is contained in:
+3
-1
@@ -3,7 +3,9 @@ sudo: false
|
|||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
python:
|
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:
|
addons:
|
||||||
postgresql: "9.5"
|
postgresql: "9.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user