Browse Source

[FIX] higher python version, no system site packages

pull/977/head
Holger Brunn 6 years ago
committed by Zakaria Makrelouf
parent
commit
0c1ffac33c
  1. 7
      .travis.yml

7
.travis.yml

@ -1,8 +1,8 @@
language: python
python:
- "2.7"
- "2.7.13"
sudo: false
cache: pip
@ -25,9 +25,6 @@ env:
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="web_widget_float_formula"
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="web_widget_float_formula"
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

Loading…
Cancel
Save