mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-27 19:08:42 -06:00
[FIX] Update .travis.yml.
This commit is contained in:
parent
2160cf340e
commit
03eb0b3b26
12
.travis.yml
12
.travis.yml
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user