From 31b49e656cec8c53eb79b5560be8900f5ee1e503 Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Tue, 11 Feb 2020 12:52:53 -0500 Subject: [PATCH] [REF] .travis.yml: Using py3.7 stable instead of dev (#635) Since that https://docs.travis-ci.com/user/languages/python/#specifying-python-versions is updated to use 3.7 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 072ac3363..d7d1fe779 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ matrix: env: VERSION="" TESTS="0" LINT_CHECK="1" PYLINT_EXPECTED_ERRORS="36" - - python: 3.7-dev + - python: 3.7 env: VERSION="" TESTS="0" LINT_CHECK="1" PYLINT_EXPECTED_ERRORS="36" @@ -49,7 +49,7 @@ matrix: env: VERSION="11.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module" - - python: 3.7-dev + - python: 3.7 env: VERSION="11.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module" @@ -58,7 +58,7 @@ matrix: VERSION="12.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module" SERVER_EXPECTED_ERRORS="1" # Supporting broken_uninstallable module after https://github.com/odoo/odoo/commit/c5d6a39 - - python: 3.7-dev + - python: 3.7 env: VERSION="12.0" ODOO_REPO="OCA/OCB" TESTS="1" LINT_CHECK="0" INCLUDE="test_module,second_module"