[FIX] Update .travis.yml.

This commit is contained in:
Ronald Portier 2020-03-11 09:45:13 +01:00
parent 2160cf340e
commit 03eb0b3b26

View File

@ -1,7 +1,10 @@
sudo: false sudo: false
cache: pip cache:
directories:
- $HOME/.cache/pip
addons: addons:
postgresql: "9.6"
apt: apt:
packages: packages:
- expect-dev # provides unbuffer utility - expect-dev # provides unbuffer utility
@ -10,17 +13,14 @@ addons:
language: python language: python
python: python:
- "2.7" - "2.7.13"
env: env:
- VERSION="6.1" - VERSION="6.1"
virtualenv:
system_site_packages: true
install: install:
- pip install python-magic - pip install python-magic
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - git --depth=1 clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- pip install --update pyth - pip install --update pyth
- travis_install_nightly ${VERSION} - travis_install_nightly ${VERSION}