[FIX] .travis.yml

This commit is contained in:
Pedro M. Baeza
2016-03-11 16:15:53 +01:00
parent e65c452a2e
commit 8f1cbf533e
2 changed files with 14 additions and 12 deletions

View File

@@ -1,5 +1,12 @@
language: python
sudo: false
cache: pip
cache:
apt: true
directories:
- $HOME/.cache/pip
python:
- "2.7"
addons:
apt:
@@ -7,14 +14,9 @@ addons:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
language: python
python:
- "2.7"
env:
global:
- VERSION="8.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
# Transifex settings
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: NUsXwVrMntcqge1ozKW+DSkP7dq+Rla6JVvFF2c89/g+zJaIqQRi8EQBLoqNwCdMk+rjpQeZt/JPELjH+EzPcmGddhDxOgVB3nUT9LvFXGCHF+NjmHXqyba4tuc7BnpG1WDD+rSlxVCt1aIjNIhhaZ4ic0rCWpKNYu/yFTsmChc=
matrix:
@@ -27,13 +29,12 @@ virtualenv:
system_site_packages: true
install:
- pip install xlwt
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly ${VERSION}
- travis_install_nightly
script:
- travis_run_tests ${VERSION}
- travis_run_tests
after_success:
- coveralls
- travis_after_tests_success

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
xlwt