From 3913e6c421497064f9b01d3691924866f8981a64 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Tue, 10 Apr 2018 10:07:05 +0200 Subject: [PATCH] [FIX] higher python version, no system site packages --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79a6fd81..2e915c62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python python: - - "2.7" - + - "2.7.13" + sudo: false cache: pip @@ -24,9 +24,6 @@ env: - TESTS="1" ODOO_REPO="odoo/odoo" - TESTS="1" ODOO_REPO="OCA/OCB" -virtualenv: - system_site_packages: true - install: - pip install anybox.testing.openerp - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools